1bd1d9d320
This entrypoint is practically unused. We normally use `lib/src/dart2js.dart` instead. Long ago it wasn't possible to launch a script from the `lib` folder without running into import canonicalization issues. However, a few years ago the VM and CFE now normalize the entrypoints. When we invoke `pkg/compiler/lib/src/dart2js.dart` it gets treataed as `package:compiler/src/dart2js.dart`. As a result, we really no longer had a need to have a separate entrypoint in the `bin` folder that reexports the other entrypoint. The only remaining references to this file were from documentation and a couple unit tests. This CL updates those remaining uses. Change-Id: Ic4c3c5c030db4e497f1d136979f7212db29cc533 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/302640 Reviewed-by: Nate Biggs <natebiggs@google.com> Auto-Submit: Sigmund Cherem <sigmund@google.com> Commit-Queue: Nate Biggs <natebiggs@google.com>