OLD | NEW |
(Empty) | |
| 1 The Dark SDK is a set of tools and libraries for the Dart programming language. |
| 2 |
| 3 You can find information about Dart online at dartlang.org. |
| 4 |
| 5 Here's a brief guide to what's in here: |
| 6 |
| 7 bin/ Binaries/scripts to compile, run, and manage Dart applications. |
| 8 dart Dart virtual machine |
| 9 dart2js Dart-to-JavaScript compiler |
| 10 dart_analyzer Dart static analyzer |
| 11 dartdoc Dart documentation generator |
| 12 pub Pub, the Dart package manager |
| 13 |
| 14 lib/ Libraries that are shipped with the Dart runtime. More |
| 15 information is available at api.dartlang.org. |
| 16 |
| 17 pkg/ Additional packages that are shipped outside of the Dart |
| 18 runtime. More information is available at api.dartlang.org. |
| 19 |
| 20 revision dart.googlecode.com SVN revision number used to build this SDK. |
| 21 |
| 22 util/ Support files for dart_analyzer and pub. |
OLD | NEW |