mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
For every `ts_library` target we expose a shorthand that grants access to the JS files because `DefaultInfo` of a ts library only exposes the `.d.ts` files. We rename this away from `es2015` since in practice it's a much higher target these days. Additionally we no longer use the devmode output but rather use the prodmode output which has the explicit `.mjs` output- compatible with ESM. PR Close #48521 |
||
|---|---|---|
| .. | ||
| bazel | ||
| flat_module | ||
| ngtools_src | ||
| src | ||
| test | ||
| third_party_src | ||
| BUILD.bazel | ||
| package.json | ||
| test.js | ||
| test_helpers.js | ||
| tsconfig-build.json | ||
| tsconfig-xi18n.json | ||