mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| bazel-repo-patches | ||
| circular_dependency_test | ||
| contributing-stats | ||
| esm-loader | ||
| gulp-tasks | ||
| legacy-saucelabs | ||
| rxjs | ||
| saucelabs | ||
| symbol-extractor | ||
| testing | ||
| tslint | ||
| BUILD.bazel | ||
| defaults.bzl | ||
| jsconfig.json | ||
| ng_benchmark.bzl | ||
| postinstall-patches.js | ||
| tsconfig-test.json | ||
| tsconfig.json | ||
| types.d.ts | ||
| utils.inc | ||