dart-sdk/pkg/_js_interop_checks
Srujan Gaddam aea4018aa6 [pkg:js] Filter synthetic procedures from static interop errors
Pre-null safety, `Object` procedures are synthesized in classes.
Since these are instance members, this triggers static interop
errors on all classes, so they need to be filtered out.

Change-Id: I5c66da6277c4d93c19cce930d54e933d842ecf85
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216560
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Riley Porter <rileyporter@google.com>
2021-12-10 18:36:00 +00:00
..
lib [pkg:js] Filter synthetic procedures from static interop errors 2021-12-10 18:36:00 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
pubspec.yaml Allow pub get/upgrade to run on a number of packages in pkg/ 2021-10-27 23:15:56 +00:00
README.md

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