a63045d197
Since that stops `dart:_js_annotations` from building on dart2wasm, let's stop supporting that, too. This causes `package:js` to no longer work on dart2wasm, but none of the allowlisted packages use it any longer, so we can simply migrate tests off of it. Fixes: #56502 Fixes: #61550 Change-Id: I6a6a696438255ebf25a5a17131cdbd327ba81581 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/453645 Commit-Queue: Mayank Patke <fishythefish@google.com> Reviewed-by: Srujan Gaddam <srujzs@google.com> Reviewed-by: Paul Berry <paulberry@google.com> Reviewed-by: Nate Biggs <natebiggs@google.com>