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.
|
||||
dart Command line Dart tool
|
||||
dartaotruntime Minimal Dart runtime for running AOT modules
|
||||
dart2js Dart to JavaScript production compiler
|
||||
dartdevc Dart to JavaScript development compiler
|
||||
dartdoc Dart documentation generator
|
||||
analyze_snapshot Standalone tool to dump information on AOT snapshots
|
||||
resources/ resource files for dartdoc and devtools
|
||||
snapshots/ app-jit snapshots of various tools
|
||||
utils/ tool for generating AOT snapshots
|
||||
|
||||
include/ header files that define the Dart embedding API for use by
|
||||
- C/C++ applications that embed the Dart Virtual machine
|
||||
|
|
Loading…
Reference in a new issue