@angular-devkit/build-angular 0.1102.9 → 0.1102.13
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 +19 -2
- package/package.json +9 -9
- package/plugins/karma.d.ts +1 -1
- package/plugins/karma.js +1 -1
- package/src/app-shell/index.js +1 -1
- package/src/babel/babel-loader.d.ts +1 -1
- package/src/babel/presets/application.js +1 -1
- package/src/babel/webpack-loader.js +1 -1
- package/src/babel-bazel.d.ts +1 -1
- package/src/browser/index.d.ts +1 -1
- package/src/browser/index.js +1 -1
- package/src/browser/tests/setup.d.ts +1 -1
- package/src/dev-server/index.d.ts +1 -1
- package/src/dev-server/index.js +1 -1
- package/src/extract-i18n/index.d.ts +1 -1
- package/src/extract-i18n/index.js +1 -1
- package/src/extract-i18n/ivy-extract-loader.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/karma/find-tests.js +1 -1
- package/src/karma/index.d.ts +1 -1
- package/src/karma/index.js +1 -1
- package/src/ng-packagr/index.d.ts +1 -1
- package/src/ng-packagr/index.js +1 -1
- package/src/protractor/index.d.ts +1 -1
- package/src/protractor/index.js +1 -1
- package/src/server/index.d.ts +1 -1
- package/src/server/index.js +1 -1
- package/src/test-utils.d.ts +1 -1
- package/src/test-utils.js +1 -1
- package/src/testing/builder-harness.d.ts +1 -1
- package/src/testing/builder-harness.js +1 -1
- package/src/testing/file-watching.d.ts +1 -1
- package/src/testing/index.d.ts +1 -1
- package/src/testing/jasmine-helpers.d.ts +1 -1
- package/src/transforms.d.ts +1 -1
- package/src/tslint/index.js +1 -1
- package/src/typings.d.ts +1 -1
- package/src/utils/action-cache.js +1 -1
- package/src/utils/action-executor.js +1 -1
- package/src/utils/build-browser-features.d.ts +1 -1
- package/src/utils/build-browser-features.js +1 -1
- package/src/utils/build-options.d.ts +1 -1
- package/src/utils/build-options.js +1 -1
- package/src/utils/bundle-calculator.js +1 -1
- package/src/utils/cache-path.js +1 -1
- package/src/utils/check-port.js +1 -1
- package/src/utils/color.d.ts +1 -1
- package/src/utils/color.js +1 -1
- package/src/utils/copy-assets.js +1 -1
- package/src/utils/copy-file.d.ts +1 -1
- package/src/utils/copy-file.js +1 -1
- package/src/utils/default-progress.d.ts +1 -1
- package/src/utils/default-progress.js +1 -1
- package/src/utils/delete-output-dir.js +1 -1
- package/src/utils/environment-options.js +1 -1
- package/src/utils/find-up.js +1 -1
- package/src/utils/fs.d.ts +1 -1
- package/src/utils/fs.js +1 -1
- package/src/utils/i18n-inlining.d.ts +1 -1
- package/src/utils/i18n-options.d.ts +1 -1
- package/src/utils/index-file/augment-index-html.d.ts +1 -1
- package/src/utils/index-file/augment-index-html.js +1 -1
- package/src/utils/index-file/html-rewriting-stream.d.ts +1 -1
- package/src/utils/index-file/html-rewriting-stream.js +1 -1
- package/src/utils/index-file/index-html-generator.d.ts +1 -1
- package/src/utils/index-file/index-html-generator.js +1 -1
- package/src/utils/index-file/inline-critical-css.d.ts +1 -1
- package/src/utils/index-file/inline-critical-css.js +1 -1
- package/src/utils/index-file/inline-fonts.d.ts +1 -1
- package/src/utils/index-file/inline-fonts.js +1 -1
- package/src/utils/index.d.ts +1 -1
- package/src/utils/index.js +1 -1
- package/src/utils/is-directory.d.ts +1 -1
- package/src/utils/is-directory.js +1 -1
- package/src/utils/load-translations.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-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-source-maps.d.ts +1 -1
- package/src/utils/normalize-source-maps.js +1 -1
- package/src/utils/output-paths.js +1 -1
- package/src/utils/package-chunk-sort.d.ts +1 -1
- package/src/utils/process-bundle-bootstrap.js +2 -2
- 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-worker.js +1 -2
- package/src/utils/service-worker.d.ts +1 -1
- package/src/utils/service-worker.js +1 -1
- package/src/utils/spinner.d.ts +1 -1
- package/src/utils/spinner.js +1 -1
- package/src/utils/strip-bom.d.ts +1 -1
- package/src/utils/strip-bom.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/version.d.ts +1 -1
- package/src/utils/version.js +1 -1
- package/src/utils/webpack-browser-config.d.ts +1 -1
- package/src/utils/webpack-diagnostics.d.ts +1 -1
- package/src/utils/webpack-version.js +1 -1
- package/src/utils/workers.d.ts +1 -1
- package/src/utils/workers.js +1 -1
- package/src/webpack/configs/browser.d.ts +1 -1
- package/src/webpack/configs/common.js +1 -1
- package/src/webpack/configs/dev-server.d.ts +1 -1
- package/src/webpack/configs/dev-server.js +2 -2
- package/src/webpack/configs/index.d.ts +1 -1
- package/src/webpack/configs/index.js +1 -1
- package/src/webpack/configs/server.js +1 -1
- package/src/webpack/configs/stats.d.ts +1 -1
- package/src/webpack/configs/stats.js +1 -1
- package/src/webpack/configs/styles.d.ts +1 -1
- package/src/webpack/configs/styles.js +4 -1
- package/src/webpack/configs/test.d.ts +1 -1
- package/src/webpack/configs/test.js +1 -1
- package/src/webpack/configs/worker.js +1 -1
- package/src/webpack/es5-jit-polyfills.js +1 -1
- package/src/webpack/es5-polyfills.js +2 -2
- package/src/webpack/jit-polyfills.js +1 -1
- package/src/webpack/plugins/analytics.d.ts +1 -1
- package/src/webpack/plugins/analytics.js +1 -1
- package/src/webpack/plugins/any-component-style-budget-checker.d.ts +1 -1
- package/src/webpack/plugins/any-component-style-budget-checker.js +1 -1
- package/src/webpack/plugins/builder-watch-plugin.d.ts +1 -1
- package/src/webpack/plugins/common-js-usage-warn-plugin.d.ts +1 -1
- package/src/webpack/plugins/common-js-usage-warn-plugin.js +1 -1
- package/src/webpack/plugins/dedupe-module-resolve-plugin.d.ts +1 -1
- package/src/webpack/plugins/hmr/hmr-accept.d.ts +1 -1
- package/src/webpack/plugins/hmr/hmr-accept.js +1 -1
- package/src/webpack/plugins/hmr/hmr-loader.d.ts +1 -1
- package/src/webpack/plugins/hmr/hmr-loader.js +1 -1
- package/src/webpack/plugins/index-html-webpack-plugin.js +1 -1
- package/src/webpack/plugins/index.d.ts +1 -1
- package/src/webpack/plugins/index.js +1 -1
- package/src/webpack/plugins/karma/karma-webpack-failure-cb.d.ts +1 -1
- package/src/webpack/plugins/karma/karma-webpack-failure-cb.js +1 -1
- package/src/webpack/plugins/named-chunks-plugin.d.ts +1 -1
- package/src/webpack/plugins/named-chunks-plugin.js +1 -1
- package/src/webpack/plugins/optimize-css-webpack-plugin.js +13 -6
- package/src/webpack/plugins/postcss-cli-resources.js +1 -1
- package/src/webpack/plugins/remove-hash-plugin.d.ts +1 -1
- package/src/webpack/plugins/scripts-webpack-plugin.d.ts +1 -1
- package/src/webpack/plugins/scripts-webpack-plugin.js +1 -1
- package/src/webpack/plugins/single-test-transform.d.ts +1 -1
- package/src/webpack/plugins/single-test-transform.js +1 -1
- package/src/webpack/plugins/suppress-entry-chunks-webpack-plugin.d.ts +1 -1
- package/src/webpack/plugins/suppress-entry-chunks-webpack-plugin.js +1 -1
- package/src/webpack/plugins/webpack-rollup-loader.d.ts +1 -1
- package/src/webpack/plugins/webpack-rollup-loader.js +1 -1
- package/src/webpack/utils/async-chunks.d.ts +1 -1
- package/src/webpack/utils/helpers.d.ts +1 -1
- package/src/webpack/utils/helpers.js +1 -1
- package/src/webpack/utils/stats.d.ts +1 -1
- package/src/webpack/utils/stats.js +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @angular-devkit/build-angular
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This package contains [Architect builders](/packages/angular_devkit/architect/README.md) used to build and test Angular applications and libraries.
|
|
4
|
+
|
|
5
|
+
## Builders
|
|
6
|
+
Name | Description
|
|
7
|
+
-----|-------------
|
|
8
|
+
app-shell | Build an Angular [App shell](https://angular.io/guide/app-shell).
|
|
9
|
+
browser | Build an Angular application targeting a browser environment.
|
|
10
|
+
dev-server | A development server that provides live reloading.
|
|
11
|
+
extract-i18n | Extract i18n messages from an Angular application.
|
|
12
|
+
karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner.
|
|
13
|
+
ng-packagr | Build and package an Angular library in [Angular Package Format (APF)](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/preview) format using [ng-packagr](https://github.com/ng-packagr/ng-packagr).
|
|
14
|
+
server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment.
|
|
15
|
+
protractor | Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework.
|
|
16
|
+
tslint | **Deprecated** - Statically analyze [TypeScript](https://www.typescriptlang.org/) files using [TSLint](https://palantir.github.io/tslint/).
|
|
17
|
+
|
|
18
|
+
## Disclaimer
|
|
19
|
+
|
|
20
|
+
While the builders when executed via the Angular CLI and their associated options are considered stable, the programmatic APIs are not considered officially supported and are not subject to the breaking change guarantees of SemVer.
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/build-angular",
|
|
3
|
-
"version": "0.1102.
|
|
3
|
+
"version": "0.1102.13",
|
|
4
4
|
"description": "Angular Webpack Build Facade",
|
|
5
5
|
"experimental": true,
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"typings": "src/index.d.ts",
|
|
8
8
|
"builders": "builders.json",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@angular-devkit/architect": "0.1102.
|
|
11
|
-
"@angular-devkit/build-optimizer": "0.1102.
|
|
12
|
-
"@angular-devkit/build-webpack": "0.1102.
|
|
13
|
-
"@angular-devkit/core": "11.2.
|
|
10
|
+
"@angular-devkit/architect": "0.1102.13",
|
|
11
|
+
"@angular-devkit/build-optimizer": "0.1102.13",
|
|
12
|
+
"@angular-devkit/build-webpack": "0.1102.13",
|
|
13
|
+
"@angular-devkit/core": "11.2.13",
|
|
14
14
|
"@babel/core": "7.12.10",
|
|
15
15
|
"@babel/generator": "7.12.11",
|
|
16
16
|
"@babel/plugin-transform-async-to-generator": "7.12.1",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@babel/template": "7.12.7",
|
|
21
21
|
"@discoveryjs/json-ext": "0.5.2",
|
|
22
22
|
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
|
23
|
-
"@ngtools/webpack": "11.2.
|
|
23
|
+
"@ngtools/webpack": "11.2.13",
|
|
24
24
|
"ansi-colors": "4.1.1",
|
|
25
25
|
"autoprefixer": "10.2.4",
|
|
26
26
|
"babel-loader": "8.2.2",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"core-js": "3.8.3",
|
|
33
33
|
"critters": "0.0.7",
|
|
34
34
|
"css-loader": "5.0.1",
|
|
35
|
-
"cssnano": "
|
|
35
|
+
"cssnano": "5.0.2",
|
|
36
36
|
"file-loader": "6.2.0",
|
|
37
37
|
"find-cache-dir": "3.3.1",
|
|
38
38
|
"glob": "7.1.6",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"ora": "5.3.0",
|
|
51
51
|
"parse5-html-rewriting-stream": "6.0.1",
|
|
52
52
|
"pnp-webpack-plugin": "1.6.4",
|
|
53
|
-
"postcss": "8.2.
|
|
53
|
+
"postcss": "8.2.14",
|
|
54
54
|
"postcss-import": "14.0.0",
|
|
55
55
|
"postcss-loader": "4.2.0",
|
|
56
56
|
"raw-loader": "4.0.2",
|
|
57
57
|
"regenerator-runtime": "0.13.7",
|
|
58
|
-
"resolve-url-loader": "
|
|
58
|
+
"resolve-url-loader": "4.0.0",
|
|
59
59
|
"rimraf": "3.0.2",
|
|
60
60
|
"rollup": "2.38.4",
|
|
61
61
|
"rxjs": "6.6.3",
|
package/plugins/karma.d.ts
CHANGED
package/plugins/karma.js
CHANGED
package/src/app-shell/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
5
|
-
* Copyright Google
|
|
5
|
+
* Copyright Google LLC All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Use of this source code is governed by an MIT-style license that can be
|
|
8
8
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
5
|
-
* Copyright Google
|
|
5
|
+
* Copyright Google LLC All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Use of this source code is governed by an MIT-style license that can be
|
|
8
8
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
5
|
-
* Copyright Google
|
|
5
|
+
* Copyright Google LLC All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Use of this source code is governed by an MIT-style license that can be
|
|
8
8
|
* found in the LICENSE file at https://angular.io/license
|
package/src/babel-bazel.d.ts
CHANGED
package/src/browser/index.d.ts
CHANGED
package/src/browser/index.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.buildWebpackBrowser = exports.getCompilerConfig = exports.getAnalyticsConfig = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/dev-server/index.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.execute = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
5
|
-
* Copyright Google
|
|
5
|
+
* Copyright Google LLC All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Use of this source code is governed by an MIT-style license that can be
|
|
8
8
|
* found in the LICENSE file at https://angular.io/license
|
package/src/index.d.ts
CHANGED
package/src/index.js
CHANGED
package/src/karma/find-tests.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.findTests = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/karma/index.d.ts
CHANGED
package/src/karma/index.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.execute = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/ng-packagr/index.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.execute = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/protractor/index.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.execute = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/server/index.d.ts
CHANGED
package/src/server/index.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.execute = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/test-utils.d.ts
CHANGED
package/src/test-utils.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.lazyModuleFnImport = exports.lazyModuleStringImport = exports.lazyModuleFiles = exports.browserBuild = exports.createArchitect = exports.protractorTargetSpec = exports.tslintTargetSpec = exports.karmaTargetSpec = exports.extractI18nTargetSpec = exports.devServerTargetSpec = exports.browserTargetSpec = exports.outputPath = exports.host = exports.workspaceRoot = exports.veEnabled = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
|
-
* Copyright Google
|
|
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
7
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.BuilderHarness = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/testing/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="jasmine" />
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
|
-
* Copyright Google
|
|
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
7
|
* found in the LICENSE file at https://angular.io/license
|
package/src/transforms.d.ts
CHANGED
package/src/tslint/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
5
|
-
* Copyright Google
|
|
5
|
+
* Copyright Google LLC All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Use of this source code is governed by an MIT-style license that can be
|
|
8
8
|
* found in the LICENSE file at https://angular.io/license
|
package/src/typings.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.BundleActionCache = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.BundleActionExecutor = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.checkThresholds = exports.checkBudgets = exports.calculateThresholds = exports.ThresholdSeverity = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/utils/cache-path.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.findCachePath = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/utils/check-port.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.checkPort = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/utils/color.d.ts
CHANGED
package/src/utils/color.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.colors = exports.removeColor = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/utils/copy-assets.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.copyAssets = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/utils/copy-file.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
|
-
* Copyright Google
|
|
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
7
|
* found in the LICENSE file at https://angular.io/license
|
package/src/utils/copy-file.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.copyFile = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.deleteOutputDir = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.legacyIvyPluginEnabled = exports.profilingEnabled = exports.cachingBasePath = exports.cachingDisabled = exports.allowMinify = exports.shouldBeautify = exports.allowMangle = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/utils/find-up.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.findAllNodeModules = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
6
|
-
* Copyright Google
|
|
6
|
+
* Copyright Google LLC All Rights Reserved.
|
|
7
7
|
*
|
|
8
8
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9
9
|
* found in the LICENSE file at https://angular.io/license
|
package/src/utils/fs.d.ts
CHANGED