OLD | NEW |
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. |
OLD | NEW |