angular/packages/bazel/src/ng_module
Paul Gschwendtner ba5fe263b5 build: switch ng_module and ts_library devmode to ES2020 ESM (#48521)
Currently the devmode output for `ng_module` and `ts_library` is
using ES5 CommonJS UMD. To bring it in sync with prodmode and
to start with our long-term migration to full ESM- the devmode
is updated to to ES2020 ES modules too.

This will require more tricks to make devmod work with the bazel
setup and also tests may need to be refactored given them relying
on ES5 CJS features, like for `spyOn` jasmine patching etc.

PR Close #48521
2022-12-19 19:50:40 +00:00
..
BUILD.bazel feat(bazel): create transition for enabling partial compilation (#43431) 2021-10-01 18:28:42 +00:00
ng_module.bzl build: switch ng_module and ts_library devmode to ES2020 ESM (#48521) 2022-12-19 19:50:40 +00:00
partial_compilation.bzl feat(bazel): create transition for enabling partial compilation (#43431) 2021-10-01 18:28:42 +00:00