mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
e6ee09e23b
Update the pkg/pkg.dart script to also include information about the size of the pkg/ packages (so we know ~how much code is on older analysis options sets). Change-Id: Ief1b9a868752a01aef5dd95a4ce1c74795315bc4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290615 Reviewed-by: Srujan Gaddam <srujzs@google.com> Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> |
||
---|---|---|
.. | ||
lib/synced | ||
test | ||
analysis_options.yaml | ||
OWNERS | ||
pubspec.yaml | ||
README.md |
Package js_runtime
:
This package contains code that is shared between the dart2js compiler and the dart2js runtime libraries.
Important: all code under the lib/synced/
must be kept in sync with the
runtime at all times (in sdk/lib/_internal/js_runtime/lib/synced
). The
test/in_sync_test.dart
test verifies this.