mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Move some util functions from `deploy-to-firebase/index.mjs` to a separate file (`deploy-to-firebase/utils.mjs`) to keep `index.mjs` small and easier to maintain. NOTE: To make it easier to mock functions in tests, `utils.mjs` uses a default export (instead of multiple named exports) and references local functions through the default exported object. PR Close #43963 |
||
|---|---|---|
| .. | ||
| contributors | ||
| deploy-to-firebase | ||
| audit-web-app.mjs | ||
| build-404-page.js | ||
| build-artifacts.sh | ||
| build-ngsw-config.js | ||
| check-environment.js | ||
| create-preview.js | ||
| payload.sh | ||
| test-aio-a11y.mjs | ||
| test-external-urls.js | ||
| test-preview.js | ||
| test-production.sh | ||