dart-lang / test

A library for writing unit tests in Dart.
https://pub.dev/packages/test
493 stars 212 forks source link

Disallow imports to `dart:isolate` when compiling with dart2js #1968

Open natebosch opened 1 year ago

natebosch commented 1 year ago

We don't fail on dart:isolate imports when we compile with dart2js. In most other build systems we are strict about platform libraries.

We will need to confirm that this doesn't impact flutter.

jakemac53 commented 1 year ago

We could probably add a flag that flutter can disable for this, just like we did for build_runner?