mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ab4b5c8b0e
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 #48538