mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 09:43:08 +00:00
8c62ad7596
This revisits the validation after the redesign. The changes from before the redesign include: - Accounting for multiple extensions on @staticInterop classes - Users can implement any of the extension members for a given export name, with the exception that if there is a getter/setter pair, both should be implemented if any one of them are - Since this validation goes on top of exports, the Dart class needs not be processed, and we use the same export creation process to create the mock Change-Id: I05a7cff765d6d37d3955dd93676e2d55d2b201b3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262862 Reviewed-by: Riley Porter <rileyporter@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> |
||
---|---|---|
.. | ||
lib | ||
analysis_options.yaml | ||
LICENSE | ||
OWNERS | ||
pubspec.yaml | ||
README.md |
Shared kernel visitors checking for incorrect usage of @JS()
style interop.