dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
212 stars 75 forks source link

Migrate webdev to use the new JS interop libraries #2508

Open derekxu16 opened 1 month ago

derekxu16 commented 1 month ago

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."