angular/packages/localize/tools
Paul Gschwendtner d0d6966d41 refactor: update packages/localize to be strict ESM (#48521)
The `packages/localize` package still required some trickery
to support CommonJS because tests in the repo were running as CommonJS.

This commit removes the CommonJS logic in localize and its tests, so
that only ESM is used in production & tests.

PR Close #48521
2022-12-19 19:50:43 +00:00
..
src refactor: update packages/localize to be strict ESM (#48521) 2022-12-19 19:50:43 +00:00
test refactor: update packages/localize to be strict ESM (#48521) 2022-12-19 19:50:43 +00:00
BUILD.bazel build: replace extract_typings rule with shared rule from dev-infra (#46508) 2022-06-27 09:05:09 -07:00
esbuild.config.js refactor: expose new @angular/localize/tools entry-point for CLI usage (#43431) 2021-10-01 18:28:44 +00:00
index.ts refactor: expose new @angular/localize/tools entry-point for CLI usage (#43431) 2021-10-01 18:28:44 +00:00
README.md refactor: expose new @angular/localize/tools entry-point for CLI usage (#43431) 2021-10-01 18:28:44 +00:00

Disclaimer

The localize tools are consumed via the Angular CLI. The programmatic APIs are not considered officially supported though and are not subject to the breaking change guarantees of SemVer.