dart-sdk/pkg/_js_interop_checks
Srujan Gaddam 67be663490 [pkg:js] Add @staticInterop annotation to package:js
Adds @staticInterop annotation to allow users to declare static interop
classes. Also adds errors for erroneous usage of static interop
classes, like including instance members or using a non-static
supertype.

Change-Id: I21abafbf6ea6c2eb7cd0425f0a54c1ba35d6ec6c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215010
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2021-10-06 19:04:02 +00:00
..
lib [pkg:js] Add @staticInterop annotation to package:js 2021-10-06 19:04:02 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
pubspec.yaml Use Extension Member data instead of desugar api. 2021-09-24 01:41:48 +00:00
README.md

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