6c4de1ab7e
This reverts commitb9b77058a9. Revert "Add missing sample pubspec to workspace" This reverts commit892ea15ac7. These seem to break the engine. Change-Id: Ieee26deb7928c3869a1b6265326c3ce568ffe731 Tested: this is a revert. CoreLibraryReviewExempt: this is a revert Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/415582 Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
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.