Allow renaming JS interop members #39056
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
P2
A bug or feature request we're likely to work on
web-js-interop
Issues that impact all js interop
Today we silently ignore string in
@JS()
annotations on members. The JS member and the dart member must share the same name.In the short term we should have a static error for this.
In the long term we should support renames. Support may be blocked on disallowing extending or implementing JS interop types: #37896
The text was updated successfully, but these errors were encountered: