mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In the current Bazel setup, we run CommonJS as devmode output, and ESM for prodmode output. This means that consumers of the `@angular/bazel` package will end up using the prodmode-built ESM package of the compiler-cli. This commit adds interop logic to be able to load the compiler-cli as strict ESM package. We cannot switch devmode to ESM, as this would require some changes in `rules_nodejs` and potentially the reduction of both output flavors into a single one (which is a future project anyway). This is out of scope for now and inside g3, there is still devmode output as well. PR Close #43431 |
||
|---|---|---|
| .. | ||
| api-extractor | ||
| ng_module | ||
| ng_package | ||
| ngc-wrapped | ||
| BUILD.bazel | ||
| external.bzl | ||
| ng_perf.bzl | ||