angular/tools/esm-interop
Paul Gschwendtner 7bc39a883d build: fix app_bundle rule after migrating packages/compiler (#61566)
The `app_bundle` rule does not work after the migration of
`packages/compiler` to `ts_project` because the `.mjs` extensions are
now missing in the non npm-package output.

This causes runtime errors as `.js` is not recognized as ESM. Switching
to the real npm package for usage, fixes this issue.

PR Close #61566
2025-05-29 14:39:11 -04:00
..
patches build: fix app_bundle rule after migrating packages/compiler (#61566) 2025-05-29 14:39:11 -04:00
BUILD.bazel build: create NodeJS ESM loader for supporting Bazel setup (#48521) 2022-12-19 19:50:40 +00:00
esm-extension-loader.mjs refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
esm-main-loader.mjs refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
esm-node-module-loader.bzl build: create NodeJS ESM loader for supporting Bazel setup (#48521) 2022-12-19 19:50:40 +00:00
esm-node-module-loader.mjs refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
index.bzl build: make devmode a noop and ensure it never runs (#48521) 2022-12-19 19:50:45 +00:00
nodejs-rules.bzl build: update legacy ESM interop rules to support explicit .js entrypoints (#61370) 2025-05-16 11:02:07 +00:00