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

Side by Side Diff: README.dart-sdk

Issue 343343002: Update SDK README (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated SDK README Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 docgen Dart documentation generator
12 pub Pub, the Dart package manager 12 pub Pub, the Dart package manager
13 dartfmt Dart code formatter
13 14
14 lib/ Libraries that are shipped with the Dart runtime. More 15 lib/ Libraries that are shipped with the Dart runtime. More
15 information is available at api.dartlang.org. 16 information is available at api.dartlang.org.
16 17
17 packages/ Additional packages that are shipped outside of the Dart 18 packages/ Additional packages that are shipped outside of the Dart
18 runtime. More information is available at api.dartlang.org. 19 runtime. More information is available at api.dartlang.org.
19 20
20 version The version number of the SDK (ex. 0.1.2.0_r1234). 21 version The version number of the SDK (ex. 1.5.1).
22
23 revision The Subversion revision of the SDK build (ex. 37107).
21 24
22 util/ Support files for dart_analyzer and pub. 25 util/ Support files for dart_analyzer and pub.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698