mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Fix README.dart-sdk file to reflect current contents of the SDK
TEST=ci Change-Id: I1cc64a6a4756b756d0a0798c7065185032775cbd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280074 Commit-Queue: Siva Annamalai <asiva@google.com> Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
parent
85c42efd97
commit
e4b830057a
1 changed files with 3 additions and 4 deletions
|
@ -7,10 +7,9 @@ Here's a brief guide to what's in here:
|
||||||
bin/ Binaries/scripts to compile, run, and manage Dart apps.
|
bin/ Binaries/scripts to compile, run, and manage Dart apps.
|
||||||
dart Command line Dart tool
|
dart Command line Dart tool
|
||||||
dartaotruntime Minimal Dart runtime for running AOT modules
|
dartaotruntime Minimal Dart runtime for running AOT modules
|
||||||
dart2js Dart to JavaScript production compiler
|
resources/ resource files for dartdoc and devtools
|
||||||
dartdevc Dart to JavaScript development compiler
|
snapshots/ app-jit snapshots of various tools
|
||||||
dartdoc Dart documentation generator
|
utils/ tool for generating AOT snapshots
|
||||||
analyze_snapshot Standalone tool to dump information on AOT snapshots
|
|
||||||
|
|
||||||
include/ header files that define the Dart embedding API for use by
|
include/ header files that define the Dart embedding API for use by
|
||||||
- C/C++ applications that embed the Dart Virtual machine
|
- C/C++ applications that embed the Dart Virtual machine
|
||||||
|
|
Loading…
Reference in a new issue