mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
653e122868
`platform-browser` tests now run in ESM and with `.mjs` output, so the build targets and tests need to be updated. Here we change the `zone_event_unpatched` script to include the `.init` suffix that will be picked up by `spec_bundle`. Also some circular dependency tests are updated to refer to the `.mjs` files. PR Close #48521