-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P4area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dart2js
Description
We have a requirement that a @Native class implements JavaScriptObject.
This requirement comes from ensuring that static js-interop works as an alternative to access the same objects also declared via @Native classes in the same program.
Most tests in this directory were written before static js-interop and do not meet the requirement of implementing JavaScriptObject.
Since few of the tests mix @Native and static js-interop access or interfaces relevant to static js-iterop, I suggest we update these tests as needed.
Metadata
Metadata
Assignees
Labels
P4area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dart2js