Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 The Dart SDK is a set of tools and libraries for the Dart programming language. | 1 The Dart SDK is a set of tools and libraries for the Dart programming language. |
| 2 | 2 |
| 3 You can find information about Dart online at dartlang.org. | 3 You can find information about Dart online at dartlang.org. |
| 4 | 4 |
| 5 Here's a brief guide to what's in here: | 5 Here's a brief guide to what's in here: |
| 6 | 6 |
| 7 bin/ Binaries/scripts to compile, run, and manage Dart applications. | 7 bin/ Binaries/scripts to compile, run, and manage Dart applications. |
| 8 dart Dart virtual machine | 8 dart Dart virtual machine |
| 9 dart2js Dart-to-JavaScript compiler | 9 dart2js Dart-to-JavaScript compiler |
| 10 dartanalyzer Dart static analyzer | 10 dartanalyzer Dart static analyzer |
| 11 dartdoc Dart documentation generator | 11 dartdoc Dart documentation generator |
|
ricow1
2014/06/27 07:48:18
this is no longer there, there is docgen instead
| |
| 12 pub Pub, the Dart package manager | 12 pub Pub, the Dart package manager |
| 13 | 13 |
|
ricow1
2014/06/27 07:48:18
you could add dartfmt - the formatter
| |
| 14 lib/ Libraries that are shipped with the Dart runtime. More | 14 lib/ Libraries that are shipped with the Dart runtime. More |
| 15 information is available at api.dartlang.org. | 15 information is available at api.dartlang.org. |
| 16 | 16 |
| 17 packages/ Additional packages that are shipped outside of the Dart | 17 packages/ Additional packages that are shipped outside of the Dart |
| 18 runtime. More information is available at api.dartlang.org. | 18 runtime. More information is available at api.dartlang.org. |
| 19 | 19 |
| 20 version The version number of the SDK (ex. 0.1.2.0_r1234). | 20 version The version number of the SDK (ex. 1.5.0-edge.37107). |
|
ricow1
2014/06/27 07:48:18
So this file is copied into the released sdk. This
| |
| 21 | |
| 22 revision The Subversion revision of the SDK build (ex. 37107). | |
| 21 | 23 |
| 22 util/ Support files for dart_analyzer and pub. | 24 util/ Support files for dart_analyzer and pub. |
| OLD | NEW |