Closed
Description
This library was added to support allowInterop
. All of the methods throw and importing dart:js
returns a static error. However, doing conditional imports e.g. if (dart.library.js)
succeeds in dart2wasm, because the library still exists in libraries.json. Since allowInterop
is now no longer defined in dart:js
, we should just remove this library altogether from the platform.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done