dart-sdk/pkg/_js_interop_checks
Harry Terkelsen 54fe29e965 support @JS annotation from SDK
Attempt at fixing https://github.com/dart-lang/sdk/issues/39740 to allow the flutter web engine to use @JS
interop to avoid the overhead of the SDK available js interop.

Bug: 39740
Change-Id: I7ba9c8981e639cd267bee3086ba900b89bfc0d6f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150501
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Harry Terkelsen <het@google.com>
2020-06-09 17:10:15 +00:00
..
lib support @JS annotation from SDK 2020-06-09 17:10:15 +00:00
pubspec.yaml Add the first Kernel check for invalid JS interop 2020-01-28 22:39:10 +00:00
README.md Add the first Kernel check for invalid JS interop 2020-01-28 22:39:10 +00:00

Shared kernel visitors checking for incorrect usage of @JS() style interop.