angular/packages/localize/tools
Paul Gschwendtner bd6d043767 refactor(compiler-cli): ensure mock file system can be loaded in the browser (#62493)
The mock file system currently relies on some NodeJS logic. This blocks
the convenient use of the mock file system in the browser. The file
system is useful for creating tests to verify e.g. that our transforms
can work in the browser.

PR Close #62493
2025-07-07 12:59:25 +02:00
..
src refactor(compiler): remove TranslationParseError (#62160) 2025-06-23 14:25:28 +02:00
test refactor(compiler-cli): ensure mock file system can be loaded in the browser (#62493) 2025-07-07 12:59:25 +02:00
BUILD.bazel build: migrate to using new jasmine_test (#62131) 2025-06-19 10:06:27 +02:00
esbuild.config.js build: migrate localize package to use rules_js (#61613) 2025-05-26 08:53:55 +00:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
README.md refactor: expose new @angular/localize/tools entry-point for CLI usage (#43431) 2021-10-01 18:28:44 +00:00
tsconfig.json build: migrate localize package to use rules_js (#61613) 2025-05-26 08:53:55 +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.