-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
dart-archive/crypto
#181Labels
area-dart2wasmIssues for the dart2wasm compiler.Issues for the dart2wasm compiler.area-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-js-interopIssues that impact all js interopIssues that impact all js interop
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.
simolus3 and ykmnkmi
Metadata
Metadata
Assignees
Labels
area-dart2wasmIssues for the dart2wasm compiler.Issues for the dart2wasm compiler.area-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-js-interopIssues that impact all js interopIssues that impact all js interop
Type
Projects
Status
Done