mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
9fa1c16029
Change-Id: Ib1f5c686c97f8f097fa21a435e684af86f2b569c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/352975 Commit-Queue: Mayank Patke <fishythefish@google.com> Reviewed-by: Stephen Adams <sra@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.