mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Update the AIO scripts that use Lighthouse (i.e. `audit-web-app.js` and `test-aio-a11y.js`) to ES modules. This allows consuming `lighthouse/lighthouse-cli` [v8.5.0+][1], which also switched to ES modules. NOTE: Switching the `test-aio-a11y.js` script to ES modules is not strictly necessary, since it invokes `audit-web-app.mjs` via a shell command, but it was done for consistency. [1]: https://github.com/GoogleChrome/lighthouse/releases/tag/v8.5.0 PR Close #43607 |
||
|---|---|---|
| .. | ||
| contributors | ||
| audit-web-app.mjs | ||
| build-404-page.js | ||
| build-artifacts.sh | ||
| build-ngsw-config.js | ||
| check-environment.js | ||
| create-preview.js | ||
| deploy-to-firebase.js | ||
| deploy-to-firebase.spec.js | ||
| payload.sh | ||
| test-aio-a11y.mjs | ||
| test-external-urls.js | ||
| test-preview.js | ||
| test-production.sh | ||