dart-sdk/pkg/js_shared
Stephen Adams edf0da2df4 [dart2js,js_runtime] Record type recipes and runtime subtype test
Change-Id: I54adb8b6184a19667a296a670fecb37d7ce9dce7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262126
Reviewed-by: Mayank Patke <fishythefish@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
2022-10-05 16:48:01 +00:00
..
lib/synced [dart2js,js_runtime] Record type recipes and runtime subtype test 2022-10-05 16:48:01 +00:00
test
analysis_options.yaml [pkg/js_shared] address a few analysis issues 2022-06-23 23:34:18 +00:00
OWNERS
pubspec.yaml [pkg/js_shared] address a few analysis issues 2022-06-23 23:34:18 +00:00
README.md

Package js_shared:

This code is a compile time dependency of dart2js and DDC. It is imported as a package: import by both compilers.

There is an exact copy in the SDK of the libraries in the pkg/js_shared/lib/synced sub-directory. Those libraries are imported as dart: imports by the dart2js and DDC runtime libraries.

Important: all code under pkg/js_shared/lib/synced must be kept in sync with the runtime (in sdk/lib/_internal/js_shared/lib/synced) at all times. The test/in_sync_test.dart test verifies this.