webdev icon indicating copy to clipboard operation
webdev copied to clipboard

Migrate webdev to use the new JS interop libraries

Open derekxu16 opened this issue 1 year ago • 1 comments

Separating this out from https://github.com/dart-lang/webdev/issues/2338 so it can be closed. The following is a quote of a comment on that issue that explains which new JS interop libraries replace which legacy ones: "package:js_interop instead of package:js, dart:js, and dart:js_util and package:web instead of dart:html. See https://dart.dev/interop/js-interop#next-generation-js-interop."

derekxu16 avatar Oct 07 '24 16:10 derekxu16

FYI, the old interop and web libraries have now been deprecated. This repo currently has ignores with a TODO pointing to this bug wherever we still use those libraries.

srujzs avatar Jan 07 '25 23:01 srujzs