@angular-devkit/build-angular 18.1.0-next.1 → 18.1.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -14
- package/package.json +28 -20
- package/plugins/karma.d.ts +1 -1
- package/plugins/karma.js +1 -1
- package/src/babel-bazel.d.ts +1 -1
- package/src/builders/app-shell/index.d.ts +1 -1
- package/src/builders/app-shell/index.js +1 -1
- package/src/builders/app-shell/render-worker.d.ts +1 -1
- package/src/builders/app-shell/render-worker.js +1 -1
- package/src/builders/browser/index.d.ts +1 -1
- package/src/builders/browser/index.js +1 -1
- package/src/builders/browser-esbuild/builder-status-warnings.d.ts +1 -1
- package/src/builders/browser-esbuild/builder-status-warnings.js +1 -1
- package/src/builders/browser-esbuild/index.d.ts +1 -1
- package/src/builders/browser-esbuild/index.js +1 -1
- package/src/builders/dev-server/builder.d.ts +1 -1
- package/src/builders/dev-server/builder.js +1 -1
- package/src/builders/dev-server/index.d.ts +1 -1
- package/src/builders/dev-server/index.js +1 -1
- package/src/builders/dev-server/options.d.ts +1 -1
- package/src/builders/dev-server/options.js +1 -1
- package/src/builders/dev-server/webpack-server.d.ts +1 -1
- package/src/builders/dev-server/webpack-server.js +3 -2
- package/src/builders/extract-i18n/application-extraction.d.ts +1 -1
- package/src/builders/extract-i18n/application-extraction.js +1 -1
- package/src/builders/extract-i18n/builder.d.ts +1 -1
- package/src/builders/extract-i18n/builder.js +1 -1
- package/src/builders/extract-i18n/empty-loader.d.ts +1 -1
- package/src/builders/extract-i18n/empty-loader.js +1 -1
- package/src/builders/extract-i18n/index.d.ts +1 -1
- package/src/builders/extract-i18n/index.js +1 -1
- package/src/builders/extract-i18n/ivy-extract-loader.d.ts +1 -1
- package/src/builders/extract-i18n/ivy-extract-loader.js +1 -1
- package/src/builders/extract-i18n/options.d.ts +1 -1
- package/src/builders/extract-i18n/options.js +1 -1
- package/src/builders/extract-i18n/webpack-extraction.d.ts +1 -1
- package/src/builders/extract-i18n/webpack-extraction.js +1 -1
- package/src/builders/jest/index.d.ts +1 -1
- package/src/builders/jest/index.js +1 -1
- package/src/builders/jest/init-test-bed.mjs +5 -2
- package/src/builders/jest/jest-global.mjs +2 -2
- package/src/builders/jest/jest.config.mjs +1 -1
- package/src/builders/jest/options.d.ts +1 -1
- package/src/builders/jest/options.js +1 -1
- package/src/builders/karma/find-tests-plugin.d.ts +1 -1
- package/src/builders/karma/find-tests-plugin.js +1 -1
- package/src/builders/karma/index.d.ts +1 -1
- package/src/builders/karma/index.js +1 -1
- package/src/builders/ng-packagr/index.d.ts +1 -1
- package/src/builders/ng-packagr/index.js +1 -1
- package/src/builders/prerender/index.d.ts +1 -1
- package/src/builders/prerender/index.js +1 -1
- package/src/builders/prerender/render-worker.d.ts +1 -1
- package/src/builders/prerender/render-worker.js +1 -1
- package/src/builders/prerender/routes-extractor-worker.d.ts +1 -1
- package/src/builders/prerender/routes-extractor-worker.js +1 -1
- package/src/builders/protractor/index.d.ts +1 -1
- package/src/builders/protractor/index.js +1 -1
- package/src/builders/server/index.d.ts +1 -1
- package/src/builders/server/index.js +1 -1
- package/src/builders/server/platform-server-exports-loader.d.ts +1 -1
- package/src/builders/server/platform-server-exports-loader.js +1 -1
- package/src/builders/ssr-dev-server/index.d.ts +1 -1
- package/src/builders/ssr-dev-server/index.js +1 -1
- package/src/builders/ssr-dev-server/utils.d.ts +1 -1
- package/src/builders/ssr-dev-server/utils.js +1 -1
- package/src/builders/web-test-runner/builder-status-warnings.d.ts +1 -1
- package/src/builders/web-test-runner/builder-status-warnings.js +1 -1
- package/src/builders/web-test-runner/index.d.ts +1 -1
- package/src/builders/web-test-runner/index.js +1 -1
- package/src/builders/web-test-runner/jasmine_runner.js +1 -1
- package/src/builders/web-test-runner/options.d.ts +1 -1
- package/src/builders/web-test-runner/options.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/tools/babel/babel-loader.d.ts +1 -1
- package/src/tools/babel/plugins/add-code-coverage.d.ts +14 -0
- package/src/tools/babel/plugins/add-code-coverage.js +44 -0
- package/src/tools/babel/plugins/types.d.ts +20 -0
- package/src/tools/babel/presets/application.d.ts +1 -1
- package/src/tools/babel/presets/application.js +2 -8
- package/src/tools/babel/webpack-loader.d.ts +1 -1
- package/src/tools/babel/webpack-loader.js +1 -1
- package/src/tools/webpack/configs/common.d.ts +1 -1
- package/src/tools/webpack/configs/common.js +1 -1
- package/src/tools/webpack/configs/dev-server.d.ts +1 -1
- package/src/tools/webpack/configs/dev-server.js +1 -1
- package/src/tools/webpack/configs/index.d.ts +1 -1
- package/src/tools/webpack/configs/index.js +1 -1
- package/src/tools/webpack/configs/styles.d.ts +1 -1
- package/src/tools/webpack/configs/styles.js +1 -1
- package/src/tools/webpack/plugins/any-component-style-budget-checker.d.ts +1 -1
- package/src/tools/webpack/plugins/any-component-style-budget-checker.js +1 -1
- package/src/tools/webpack/plugins/builder-watch-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/builder-watch-plugin.js +1 -1
- package/src/tools/webpack/plugins/common-js-usage-warn-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/common-js-usage-warn-plugin.js +1 -1
- package/src/tools/webpack/plugins/css-optimizer-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/css-optimizer-plugin.js +1 -1
- package/src/tools/webpack/plugins/dedupe-module-resolve-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/dedupe-module-resolve-plugin.js +1 -1
- package/src/tools/webpack/plugins/devtools-ignore-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/devtools-ignore-plugin.js +1 -1
- package/src/tools/webpack/plugins/esbuild-executor.d.ts +1 -1
- package/src/tools/webpack/plugins/esbuild-executor.js +1 -1
- package/src/tools/webpack/plugins/hmr/hmr-accept.d.ts +1 -1
- package/src/tools/webpack/plugins/hmr/hmr-accept.js +1 -1
- package/src/tools/webpack/plugins/hmr/hmr-loader.d.ts +1 -1
- package/src/tools/webpack/plugins/hmr/hmr-loader.js +1 -1
- package/src/tools/webpack/plugins/index-html-webpack-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/index-html-webpack-plugin.js +1 -1
- package/src/tools/webpack/plugins/index.d.ts +1 -1
- package/src/tools/webpack/plugins/index.js +1 -1
- package/src/tools/webpack/plugins/javascript-optimizer-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/javascript-optimizer-plugin.js +1 -1
- package/src/tools/webpack/plugins/javascript-optimizer-worker.d.ts +1 -1
- package/src/tools/webpack/plugins/javascript-optimizer-worker.js +1 -1
- package/src/tools/webpack/plugins/json-stats-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/json-stats-plugin.js +1 -1
- package/src/tools/webpack/plugins/karma/karma.d.ts +1 -1
- package/src/tools/webpack/plugins/karma/karma.js +1 -1
- package/src/tools/webpack/plugins/named-chunks-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/named-chunks-plugin.js +1 -1
- package/src/tools/webpack/plugins/occurrences-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/occurrences-plugin.js +1 -1
- package/src/tools/webpack/plugins/postcss-cli-resources.d.ts +1 -1
- package/src/tools/webpack/plugins/postcss-cli-resources.js +1 -1
- package/src/tools/webpack/plugins/progress-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/progress-plugin.js +1 -1
- package/src/tools/webpack/plugins/remove-hash-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/remove-hash-plugin.js +1 -1
- package/src/tools/webpack/plugins/scripts-webpack-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/scripts-webpack-plugin.js +1 -1
- package/src/tools/webpack/plugins/service-worker-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/service-worker-plugin.js +1 -1
- package/src/tools/webpack/plugins/styles-webpack-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/styles-webpack-plugin.js +1 -1
- package/src/tools/webpack/plugins/suppress-entry-chunks-webpack-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/suppress-entry-chunks-webpack-plugin.js +1 -1
- package/src/tools/webpack/plugins/transfer-size-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/transfer-size-plugin.js +1 -1
- package/src/tools/webpack/plugins/typescript.d.ts +1 -1
- package/src/tools/webpack/plugins/typescript.js +1 -1
- package/src/tools/webpack/plugins/watch-files-logs-plugin.d.ts +1 -1
- package/src/tools/webpack/plugins/watch-files-logs-plugin.js +1 -1
- package/src/tools/webpack/utils/async-chunks.d.ts +1 -1
- package/src/tools/webpack/utils/async-chunks.js +1 -1
- package/src/tools/webpack/utils/helpers.d.ts +1 -1
- package/src/tools/webpack/utils/helpers.js +1 -1
- package/src/tools/webpack/utils/stats.d.ts +1 -1
- package/src/tools/webpack/utils/stats.js +1 -1
- package/src/transforms.d.ts +1 -1
- package/src/transforms.js +1 -1
- package/src/utils/action-executor.d.ts +1 -1
- package/src/utils/action-executor.js +1 -1
- package/src/utils/build-options.d.ts +1 -1
- package/src/utils/build-options.js +1 -1
- package/src/utils/bundle-inline-options.d.ts +1 -1
- package/src/utils/bundle-inline-options.js +1 -1
- package/src/utils/color.d.ts +1 -1
- package/src/utils/color.js +1 -1
- package/src/utils/copy-assets.d.ts +1 -1
- package/src/utils/copy-assets.js +1 -1
- package/src/utils/default-progress.d.ts +1 -1
- package/src/utils/default-progress.js +1 -1
- package/src/utils/environment-options.d.ts +1 -1
- package/src/utils/environment-options.js +5 -2
- package/src/utils/error.d.ts +1 -1
- package/src/utils/error.js +1 -1
- package/src/utils/i18n-inlining.d.ts +1 -1
- package/src/utils/i18n-inlining.js +1 -1
- package/src/utils/i18n-webpack.d.ts +1 -1
- package/src/utils/i18n-webpack.js +1 -1
- package/src/utils/index.d.ts +1 -1
- package/src/utils/index.js +1 -1
- package/src/utils/load-esm.d.ts +1 -1
- package/src/utils/load-esm.js +1 -1
- package/src/utils/normalize-asset-patterns.d.ts +1 -1
- package/src/utils/normalize-asset-patterns.js +1 -1
- package/src/utils/normalize-builder-schema.d.ts +1 -1
- package/src/utils/normalize-builder-schema.js +1 -1
- package/src/utils/normalize-cache.d.ts +1 -1
- package/src/utils/normalize-cache.js +2 -2
- package/src/utils/normalize-file-replacements.d.ts +1 -1
- package/src/utils/normalize-file-replacements.js +1 -1
- package/src/utils/normalize-optimization.d.ts +1 -1
- package/src/utils/normalize-optimization.js +1 -1
- package/src/utils/normalize-polyfills.d.ts +1 -1
- package/src/utils/normalize-polyfills.js +1 -1
- package/src/utils/normalize-source-maps.d.ts +1 -1
- package/src/utils/normalize-source-maps.js +1 -1
- package/src/utils/output-paths.d.ts +1 -1
- package/src/utils/output-paths.js +1 -1
- package/src/utils/package-chunk-sort.d.ts +1 -1
- package/src/utils/package-chunk-sort.js +1 -1
- package/src/utils/package-version.d.ts +1 -1
- package/src/utils/package-version.js +1 -1
- package/src/utils/process-bundle.d.ts +1 -1
- package/src/utils/process-bundle.js +1 -1
- package/src/utils/read-tsconfig.d.ts +1 -1
- package/src/utils/read-tsconfig.js +1 -1
- package/src/utils/run-module-as-observable-fork.d.ts +1 -1
- package/src/utils/run-module-as-observable-fork.js +1 -1
- package/src/utils/run-module-worker.js +1 -1
- package/src/utils/spinner.d.ts +1 -1
- package/src/utils/spinner.js +1 -1
- package/src/utils/tailwind.d.ts +1 -1
- package/src/utils/tailwind.js +1 -1
- package/src/utils/test-files.d.ts +1 -1
- package/src/utils/test-files.js +1 -1
- package/src/utils/tty.d.ts +1 -1
- package/src/utils/tty.js +1 -1
- package/src/utils/url.d.ts +1 -1
- package/src/utils/url.js +1 -1
- package/src/utils/webpack-browser-config.d.ts +1 -1
- package/src/utils/webpack-browser-config.js +1 -1
- package/src/utils/webpack-diagnostics.d.ts +1 -1
- package/src/utils/webpack-diagnostics.js +1 -1
package/README.md
CHANGED
|
@@ -4,20 +4,20 @@ This package contains [Architect builders](/packages/angular_devkit/architect/RE
|
|
|
4
4
|
|
|
5
5
|
## Builders
|
|
6
6
|
|
|
7
|
-
| Name | Description
|
|
8
|
-
| --------------- |
|
|
9
|
-
| application | Build an Angular application targeting a browser and server environment using [esbuild](https://esbuild.github.io).
|
|
10
|
-
| app-shell | Build an Angular [App shell](https://angular.
|
|
11
|
-
| browser | Build an Angular application targeting a browser environment using [Webpack](https://webpack.js.org).
|
|
12
|
-
| browser-esbuild | Build an Angular application targeting a browser environment using [esbuild](https://esbuild.github.io).
|
|
13
|
-
| dev-server | A development server that provides live reloading.
|
|
14
|
-
| extract-i18n | Extract i18n messages from an Angular application.
|
|
15
|
-
| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner.
|
|
16
|
-
| ng-packagr | Build and package an Angular library in [Angular Package Format (APF)](https://angular.
|
|
17
|
-
| prerender | [Prerender](https://angular.
|
|
18
|
-
| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment.
|
|
19
|
-
| ssr-dev-server | A development server which offers live reload during development, but uses server-side rendering.
|
|
20
|
-
| protractor | **Deprecated** - Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework.
|
|
7
|
+
| Name | Description |
|
|
8
|
+
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
9
|
+
| application | Build an Angular application targeting a browser and server environment using [esbuild](https://esbuild.github.io). |
|
|
10
|
+
| app-shell | Build an Angular [App shell](https://angular.dev/ecosystem/service-workers/app-shell). |
|
|
11
|
+
| browser | Build an Angular application targeting a browser environment using [Webpack](https://webpack.js.org). |
|
|
12
|
+
| browser-esbuild | Build an Angular application targeting a browser environment using [esbuild](https://esbuild.github.io). |
|
|
13
|
+
| dev-server | A development server that provides live reloading. |
|
|
14
|
+
| extract-i18n | Extract i18n messages from an Angular application. |
|
|
15
|
+
| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
|
|
16
|
+
| ng-packagr | Build and package an Angular library in [Angular Package Format (APF)](https://angular.dev/tools/libraries/angular-package-format) format using [ng-packagr](https://github.com/ng-packagr/ng-packagr). |
|
|
17
|
+
| prerender | [Prerender](https://angular.dev/guide/prerendering) pages of your application. Prerendering is the process where a dynamic page is processed at build time generating static HTML. |
|
|
18
|
+
| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
|
|
19
|
+
| ssr-dev-server | A development server which offers live reload during development, but uses server-side rendering. |
|
|
20
|
+
| protractor | **Deprecated** - Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework. |
|
|
21
21
|
|
|
22
22
|
## Disclaimer
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/build-angular",
|
|
3
|
-
"version": "18.1.0-next.
|
|
3
|
+
"version": "18.1.0-next.3",
|
|
4
4
|
"description": "Angular Webpack Build Facade",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
7
7
|
"builders": "builders.json",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@ampproject/remapping": "2.3.0",
|
|
10
|
-
"@angular/
|
|
11
|
-
"@angular-devkit/
|
|
12
|
-
"@angular-devkit/
|
|
13
|
-
"@angular
|
|
10
|
+
"@angular-devkit/architect": "0.1801.0-next.3",
|
|
11
|
+
"@angular-devkit/build-webpack": "0.1801.0-next.3",
|
|
12
|
+
"@angular-devkit/core": "18.1.0-next.3",
|
|
13
|
+
"@angular/build": "18.1.0-next.3",
|
|
14
14
|
"@babel/core": "7.24.7",
|
|
15
15
|
"@babel/generator": "7.24.7",
|
|
16
16
|
"@babel/helper-annotate-as-pure": "7.24.7",
|
|
@@ -21,21 +21,20 @@
|
|
|
21
21
|
"@babel/preset-env": "7.24.7",
|
|
22
22
|
"@babel/runtime": "7.24.7",
|
|
23
23
|
"@discoveryjs/json-ext": "0.5.7",
|
|
24
|
-
"@ngtools/webpack": "18.1.0-next.
|
|
24
|
+
"@ngtools/webpack": "18.1.0-next.3",
|
|
25
25
|
"@vitejs/plugin-basic-ssl": "1.1.0",
|
|
26
26
|
"ansi-colors": "4.1.3",
|
|
27
27
|
"autoprefixer": "10.4.19",
|
|
28
28
|
"babel-loader": "9.1.3",
|
|
29
|
-
"babel-plugin-istanbul": "6.1.1",
|
|
30
29
|
"browserslist": "^4.21.5",
|
|
31
|
-
"copy-webpack-plugin": "
|
|
30
|
+
"copy-webpack-plugin": "12.0.2",
|
|
32
31
|
"critters": "0.0.22",
|
|
33
32
|
"css-loader": "7.1.2",
|
|
34
|
-
"esbuild-wasm": "0.21.
|
|
33
|
+
"esbuild-wasm": "0.21.5",
|
|
35
34
|
"fast-glob": "3.3.2",
|
|
36
|
-
"https-proxy-agent": "7.0.4",
|
|
37
35
|
"http-proxy-middleware": "3.0.0",
|
|
38
|
-
"
|
|
36
|
+
"https-proxy-agent": "7.0.4",
|
|
37
|
+
"istanbul-lib-instrument": "6.0.2",
|
|
39
38
|
"jsonc-parser": "3.2.1",
|
|
40
39
|
"karma-source-map-support": "1.4.0",
|
|
41
40
|
"less": "4.2.0",
|
|
@@ -45,34 +44,34 @@
|
|
|
45
44
|
"magic-string": "0.30.10",
|
|
46
45
|
"mini-css-extract-plugin": "2.9.0",
|
|
47
46
|
"mrmime": "2.0.0",
|
|
48
|
-
"open": "
|
|
47
|
+
"open": "10.1.0",
|
|
49
48
|
"ora": "5.4.1",
|
|
50
49
|
"parse5-html-rewriting-stream": "7.0.0",
|
|
51
50
|
"picomatch": "4.0.2",
|
|
52
|
-
"piscina": "4.
|
|
51
|
+
"piscina": "4.6.0",
|
|
53
52
|
"postcss": "8.4.38",
|
|
54
53
|
"postcss-loader": "8.1.1",
|
|
55
54
|
"resolve-url-loader": "5.0.0",
|
|
56
55
|
"rxjs": "7.8.1",
|
|
57
|
-
"sass": "1.77.
|
|
56
|
+
"sass": "1.77.6",
|
|
58
57
|
"sass-loader": "14.2.1",
|
|
59
58
|
"semver": "7.6.2",
|
|
60
59
|
"source-map-loader": "5.0.0",
|
|
61
60
|
"source-map-support": "0.5.21",
|
|
62
|
-
"terser": "5.31.
|
|
61
|
+
"terser": "5.31.1",
|
|
63
62
|
"tree-kill": "1.2.2",
|
|
64
63
|
"tslib": "2.6.3",
|
|
65
|
-
"undici": "6.
|
|
66
|
-
"vite": "5.
|
|
64
|
+
"undici": "6.19.2",
|
|
65
|
+
"vite": "5.3.1",
|
|
67
66
|
"watchpack": "2.4.1",
|
|
68
|
-
"webpack": "5.
|
|
67
|
+
"webpack": "5.92.1",
|
|
69
68
|
"webpack-dev-middleware": "7.2.1",
|
|
70
69
|
"webpack-dev-server": "5.0.4",
|
|
71
70
|
"webpack-merge": "5.10.0",
|
|
72
71
|
"webpack-subresource-integrity": "5.1.0"
|
|
73
72
|
},
|
|
74
73
|
"optionalDependencies": {
|
|
75
|
-
"esbuild": "0.21.
|
|
74
|
+
"esbuild": "0.21.5"
|
|
76
75
|
},
|
|
77
76
|
"peerDependencies": {
|
|
78
77
|
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
|
|
@@ -131,6 +130,7 @@
|
|
|
131
130
|
"devkit",
|
|
132
131
|
"sdk"
|
|
133
132
|
],
|
|
133
|
+
"packageManager": "yarn@4.3.0",
|
|
134
134
|
"repository": {
|
|
135
135
|
"type": "git",
|
|
136
136
|
"url": "https://github.com/angular/angular-cli.git"
|
|
@@ -145,5 +145,13 @@
|
|
|
145
145
|
"bugs": {
|
|
146
146
|
"url": "https://github.com/angular/angular-cli/issues"
|
|
147
147
|
},
|
|
148
|
-
"homepage": "https://github.com/angular/angular-cli"
|
|
148
|
+
"homepage": "https://github.com/angular/angular-cli",
|
|
149
|
+
"dependenciesMeta": {
|
|
150
|
+
"esbuild": {
|
|
151
|
+
"built": true
|
|
152
|
+
},
|
|
153
|
+
"puppeteer": {
|
|
154
|
+
"built": true
|
|
155
|
+
}
|
|
156
|
+
}
|
|
149
157
|
}
|
package/plugins/karma.d.ts
CHANGED
package/plugins/karma.js
CHANGED
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
module.exports = require('../src/tools/webpack/plugins/karma/karma');
|
package/src/babel-bazel.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/* eslint-disable import/no-extraneous-dependencies */
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import { JsonObject } from '@angular-devkit/core';
|
|
9
9
|
import { Schema as BuildWebpackAppShellSchema } from './schema';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* A request to render a Server bundle generate by the universal server builder.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import { IndexHtmlTransform } from '@angular/build/private';
|
|
9
9
|
import { BuilderContext, BuilderOutput } from '@angular-devkit/architect';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import { BuilderContext } from '@angular-devkit/architect';
|
|
9
9
|
import { Schema as BrowserBuilderOptions } from './schema';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.logBuilderStatusWarnings = logBuilderStatusWarnings;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import type { BuildOutputFile } from '@angular/build';
|
|
9
9
|
import { BuilderContext, BuilderOutput } from '@angular-devkit/architect';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
10
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import type { DevServerBuilderOutput } from '@angular/build';
|
|
9
9
|
import { type IndexHtmlTransform } from '@angular/build/private';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import { DevServerBuilderOutput } from '@angular/build';
|
|
9
9
|
import { execute } from './builder';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.executeDevServer = exports.executeDevServerBuilder = void 0;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import { BuilderContext } from '@angular-devkit/architect';
|
|
9
9
|
import { Schema as DevServerOptions } from './schema';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
10
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import { IndexHtmlTransform } from '@angular/build/private';
|
|
9
9
|
import { BuilderContext } from '@angular-devkit/architect';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
@@ -44,6 +44,7 @@ const stats_1 = require("../../tools/webpack/utils/stats");
|
|
|
44
44
|
const utils_1 = require("../../utils");
|
|
45
45
|
const color_1 = require("../../utils/color");
|
|
46
46
|
const i18n_webpack_1 = require("../../utils/i18n-webpack");
|
|
47
|
+
const load_esm_1 = require("../../utils/load-esm");
|
|
47
48
|
const package_chunk_sort_1 = require("../../utils/package-chunk-sort");
|
|
48
49
|
const webpack_browser_config_1 = require("../../utils/webpack-browser-config");
|
|
49
50
|
const webpack_diagnostics_1 = require("../../utils/webpack-diagnostics");
|
|
@@ -182,7 +183,7 @@ function serveWebpackBrowser(options, builderName, context, transforms = {}) {
|
|
|
182
183
|
` +
|
|
183
184
|
'\n');
|
|
184
185
|
if (options.open) {
|
|
185
|
-
const open = (await
|
|
186
|
+
const open = (await (0, load_esm_1.loadEsmModule)('open')).default;
|
|
186
187
|
await open(serverAddress);
|
|
187
188
|
}
|
|
188
189
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import type { ɵParsedMessage as LocalizeMessage } from '@angular/localize';
|
|
9
9
|
import type { MessageExtractor } from '@angular/localize/tools';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
10
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import type { BuilderContext, BuilderOutput } from '@angular-devkit/architect';
|
|
9
9
|
import type webpack from 'webpack';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
export default function (): string;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.default = default_1;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import { execute } from './builder';
|
|
9
9
|
import type { Schema as ExtractI18nBuilderOptions } from './schema';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.execute = void 0;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
type LoaderSourceMap = Parameters<import('webpack').LoaderDefinitionFunction>[1];
|
|
9
9
|
interface LocalizeExtractLoaderOptions {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import { BuilderContext } from '@angular-devkit/architect';
|
|
9
9
|
import { Schema as ExtractI18nOptions, Format } from './schema';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
10
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import type { ɵParsedMessage as LocalizeMessage } from '@angular/localize';
|
|
9
9
|
import { BuilderContext } from '@angular-devkit/architect';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
10
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import { Schema as JestBuilderSchema } from './schema';
|
|
9
9
|
/** Main execution function for the Jest builder. */
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
@@ -3,14 +3,17 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
// TODO(dgp1130): These imports likely don't resolve in stricter package environments like `pnpm`, since they are resolved relative to
|
|
10
10
|
// `@angular-devkit/build-angular` rather than the user's workspace. Should look into virtual modules to support those use cases.
|
|
11
11
|
|
|
12
12
|
import { getTestBed } from '@angular/core/testing';
|
|
13
|
-
import {
|
|
13
|
+
import {
|
|
14
|
+
BrowserDynamicTestingModule,
|
|
15
|
+
platformBrowserDynamicTesting,
|
|
16
|
+
} from '@angular/platform-browser-dynamic/testing';
|
|
14
17
|
|
|
15
18
|
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), {
|
|
16
19
|
errorOnUnknownElements: true,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* execution. When running ESM code, Jest does _not_ inject the global `jest` symbol, so Zone.js would not normally know it is running
|
|
12
12
|
* within Jest as users are supposed to import from `@jest/globals` or use `import.meta.jest`. Zone.js is not currently aware of this, so we
|
|
13
13
|
* manually set this global to get Zone.js to run correctly.
|
|
14
|
-
*
|
|
14
|
+
*
|
|
15
15
|
* TODO(dgp1130): Update Zone.js to directly support Jest ESM executions so we can drop this.
|
|
16
16
|
*/
|
|
17
17
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
// Empty config file, everything is specified via CLI options right now.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
|
-
* found in the LICENSE file at https://angular.
|
|
6
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
8
|
import { Schema as JestBuilderSchema } from './schema';
|
|
9
9
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
*
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
|
-
* found in the LICENSE file at https://angular.
|
|
7
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.normalizeOptions = normalizeOptions;
|