mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Tests now always run with ESM 2020, while previously they ran with ES2015 CommonJS UMD bundles. Since ZoneJS does not support intercepting native `async/await` syntax, the forms test needs to use the zone-compatible variant of `jasmine_node_tests`. This variant downlevels the native `async/await` syntax to generators that ZoneJS can intercept. All of this is done using the dev-infra ESBuild `spec_bundle` rule. PR Close #48521 |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||