Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Side by Side Diff: pkg/analyzer_experimental/README.md

Issue 12838003: Rename analyzer-experimental to analyzer_experimental. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This code is part of an experimental port of the Editor's analysis engine from 1 This code is part of an experimental port of the Editor's analysis engine from
2 Java to Dart. While we will continue to support the Java version of the analysis 2 Java to Dart. While we will continue to support the Java version of the analysis
3 engine and the services built on it, we also intend to provide the same services 3 engine and the services built on it, we also intend to provide the same services
4 to Dart-based applications. This is very early code and we expect it to change, 4 to Dart-based applications. This is very early code and we expect it to change,
5 possibly in significant ways. While we are eager to see other people make use 5 possibly in significant ways. While we are eager to see other people make use
6 of the analysis engine, we also want to be clear, in case you are interested in 6 of the analysis engine, we also want to be clear, in case you are interested in
7 doing so, that the current API's should in no way be considered to be stable. 7 doing so, that the current API's should in no way be considered to be stable.
8 8
9 In particular, this code was automatically translated from the Java 9 In particular, this code was automatically translated from the Java
10 implementation. The Java implementation that was translated is still under 10 implementation. The Java implementation that was translated is still under
11 development and will continue to change over time. The translator that was used 11 development and will continue to change over time. The translator that was used
12 is still under development and the output produced by the translator will change 12 is still under development and the output produced by the translator will change
13 over time. Therefore, the API presented by this code will change. In addition, 13 over time. Therefore, the API presented by this code will change. In addition,
14 any edits made to this code will be overwritten the next time we re-generate 14 any edits made to this code will be overwritten the next time we re-generate
15 this code. 15 this code.
16 16
17 If you are interested in using this code, despite the disclaimer above, 17 If you are interested in using this code, despite the disclaimer above,
18 fantastic! Please let the editor team know so that we can get a sense of the 18 fantastic! Please let the editor team know so that we can get a sense of the
19 interest in it. Also, feel free to ask questions and make requests for 19 interest in it. Also, feel free to ask questions and make requests for
20 additional functionality. 20 additional functionality.
OLDNEW
« no previous file with comments | « pkg/analyzer-experimental/test/options_test.dart ('k') | pkg/analyzer_experimental/bin/analyzer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698