@angular-devkit/build-angular 18.1.0-next.0 → 18.1.0-next.2
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 +38 -30
- 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 +3 -3
- package/src/builders/browser-esbuild/builder-status-warnings.d.ts +1 -1
- package/src/builders/browser-esbuild/builder-status-warnings.js +2 -3
- package/src/builders/browser-esbuild/index.d.ts +1 -1
- package/src/builders/browser-esbuild/index.js +2 -3
- package/src/builders/dev-server/builder.d.ts +1 -2
- package/src/builders/dev-server/builder.js +3 -4
- 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 +5 -1
- package/src/builders/dev-server/options.js +27 -3
- package/src/builders/dev-server/schema.d.ts +10 -0
- package/src/builders/dev-server/schema.json +11 -0
- package/src/builders/dev-server/webpack-server.d.ts +1 -1
- package/src/builders/dev-server/webpack-server.js +4 -4
- package/src/builders/extract-i18n/application-extraction.d.ts +1 -1
- package/src/builders/extract-i18n/application-extraction.js +2 -3
- package/src/builders/extract-i18n/builder.d.ts +1 -1
- package/src/builders/extract-i18n/builder.js +2 -3
- package/src/builders/extract-i18n/empty-loader.d.ts +1 -1
- package/src/builders/extract-i18n/empty-loader.js +2 -2
- 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 +2 -2
- package/src/builders/extract-i18n/options.d.ts +1 -1
- package/src/builders/extract-i18n/options.js +2 -3
- package/src/builders/extract-i18n/webpack-extraction.d.ts +1 -1
- package/src/builders/extract-i18n/webpack-extraction.js +2 -3
- 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 +2 -3
- 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 +2 -3
- package/src/builders/ng-packagr/index.d.ts +1 -1
- package/src/builders/ng-packagr/index.js +2 -3
- package/src/builders/prerender/index.d.ts +1 -1
- package/src/builders/prerender/index.js +2 -3
- 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 +2 -3
- package/src/builders/server/index.d.ts +1 -1
- package/src/builders/server/index.js +2 -3
- package/src/builders/server/platform-server-exports-loader.d.ts +1 -1
- package/src/builders/server/platform-server-exports-loader.js +2 -2
- package/src/builders/ssr-dev-server/index.d.ts +1 -1
- package/src/builders/ssr-dev-server/index.js +3 -4
- package/src/builders/ssr-dev-server/utils.d.ts +1 -2
- package/src/builders/ssr-dev-server/utils.js +4 -5
- package/src/builders/web-test-runner/builder-status-warnings.d.ts +1 -1
- package/src/builders/web-test-runner/builder-status-warnings.js +2 -3
- 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 +2 -3
- 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/presets/application.d.ts +1 -1
- package/src/tools/babel/presets/application.js +3 -4
- 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 +2 -3
- package/src/tools/webpack/configs/dev-server.d.ts +1 -1
- package/src/tools/webpack/configs/dev-server.js +3 -4
- 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 +2 -3
- 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 +2 -2
- package/src/tools/webpack/plugins/hmr/hmr-loader.d.ts +1 -1
- package/src/tools/webpack/plugins/hmr/hmr-loader.js +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -3
- 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 +2 -3
- package/src/tools/webpack/utils/helpers.d.ts +1 -1
- package/src/tools/webpack/utils/helpers.js +11 -12
- package/src/tools/webpack/utils/stats.d.ts +1 -1
- package/src/tools/webpack/utils/stats.js +8 -9
- 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 +2 -3
- package/src/utils/default-progress.d.ts +1 -1
- package/src/utils/default-progress.js +2 -3
- package/src/utils/environment-options.d.ts +1 -1
- package/src/utils/environment-options.js +1 -1
- package/src/utils/error.d.ts +1 -1
- package/src/utils/error.js +2 -3
- package/src/utils/i18n-inlining.d.ts +1 -1
- package/src/utils/i18n-inlining.js +2 -3
- package/src/utils/i18n-webpack.d.ts +1 -1
- package/src/utils/i18n-webpack.js +3 -3
- 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 +2 -3
- package/src/utils/normalize-asset-patterns.d.ts +1 -1
- package/src/utils/normalize-asset-patterns.js +3 -3
- package/src/utils/normalize-builder-schema.d.ts +1 -1
- package/src/utils/normalize-builder-schema.js +2 -3
- package/src/utils/normalize-cache.d.ts +1 -1
- package/src/utils/normalize-cache.js +3 -4
- package/src/utils/normalize-file-replacements.d.ts +1 -1
- package/src/utils/normalize-file-replacements.js +3 -3
- package/src/utils/normalize-optimization.d.ts +1 -1
- package/src/utils/normalize-optimization.js +2 -3
- package/src/utils/normalize-polyfills.d.ts +1 -1
- package/src/utils/normalize-polyfills.js +2 -3
- package/src/utils/normalize-source-maps.d.ts +1 -1
- package/src/utils/normalize-source-maps.js +2 -3
- package/src/utils/output-paths.d.ts +1 -1
- package/src/utils/output-paths.js +2 -3
- package/src/utils/package-chunk-sort.d.ts +1 -1
- package/src/utils/package-chunk-sort.js +2 -3
- package/src/utils/package-version.d.ts +1 -1
- package/src/utils/package-version.js +1 -1
- package/src/utils/process-bundle.d.ts +3 -3
- package/src/utils/process-bundle.js +2 -3
- package/src/utils/read-tsconfig.d.ts +1 -1
- package/src/utils/read-tsconfig.js +2 -3
- package/src/utils/run-module-as-observable-fork.d.ts +1 -1
- package/src/utils/run-module-as-observable-fork.js +2 -3
- 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 +2 -3
- package/src/utils/test-files.d.ts +1 -1
- package/src/utils/test-files.js +2 -3
- package/src/utils/tty.d.ts +1 -1
- package/src/utils/tty.js +2 -3
- package/src/utils/url.d.ts +1 -1
- package/src/utils/url.js +2 -3
- package/src/utils/webpack-browser-config.d.ts +1 -1
- package/src/utils/webpack-browser-config.js +6 -7
- package/src/utils/webpack-diagnostics.d.ts +1 -1
- package/src/utils/webpack-diagnostics.js +3 -4
|
@@ -4,10 +4,10 @@
|
|
|
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
|
-
exports.logBuilderStatusWarnings =
|
|
10
|
+
exports.logBuilderStatusWarnings = logBuilderStatusWarnings;
|
|
11
11
|
const UNSUPPORTED_OPTIONS = [
|
|
12
12
|
'main',
|
|
13
13
|
'assets',
|
|
@@ -43,4 +43,3 @@ function logBuilderStatusWarnings(options, ctx) {
|
|
|
43
43
|
ctx.logger.warn(`The '${unsupportedOption}' option is not yet supported by this builder.`);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
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 { Schema } from './schema';
|
|
9
9
|
declare const _default: import("../../../../architect/src/internal").Builder<Schema & import("../../../../core/src").JsonObject>;
|
|
@@ -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
|
|
|
9
9
|
import { getTestBed } from '@angular/core/testing';
|
|
@@ -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 WtrBuilderSchema } from './schema';
|
|
9
9
|
/**
|
|
@@ -4,10 +4,10 @@
|
|
|
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
|
-
exports.normalizeOptions =
|
|
10
|
+
exports.normalizeOptions = normalizeOptions;
|
|
11
11
|
/**
|
|
12
12
|
* Normalizes input options validated by the schema to a more precise and useful
|
|
13
13
|
* options type in {@link WtrBuilderOptions}.
|
|
@@ -23,4 +23,3 @@ function normalizeOptions(schema) {
|
|
|
23
23
|
polyfills: typeof schema.polyfills === 'string' ? [schema.polyfills] : schema.polyfills ?? [],
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
|
-
exports.normalizeOptions = normalizeOptions;
|
package/src/index.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
|
export * from './transforms';
|
|
9
9
|
export { AssetPattern, AssetPatternClass as AssetPatternObject, Budget, CrossOrigin, FileReplacement, OptimizationClass as OptimizationObject, OptimizationUnion, OutputHashing, Schema as BrowserBuilderOptions, SourceMapClass as SourceMapObject, SourceMapUnion, StylePreprocessorOptions, Type, } from './builders/browser/schema';
|
package/src/index.js
CHANGED
|
@@ -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
|
declare module 'babel-loader' {
|
|
@@ -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 { ɵParsedTranslation } from '@angular/localize';
|
|
9
9
|
import type { makeEs2015TranslatePlugin, makeLocalePlugin } from '@angular/localize/tools';
|
|
@@ -4,13 +4,14 @@
|
|
|
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 };
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
exports.
|
|
13
|
+
exports.default = default_1;
|
|
14
|
+
exports.requiresLinking = requiresLinking;
|
|
14
15
|
const node_assert_1 = __importDefault(require("node:assert"));
|
|
15
16
|
const node_fs_1 = __importDefault(require("node:fs"));
|
|
16
17
|
const node_path_1 = __importDefault(require("node:path"));
|
|
@@ -178,7 +179,6 @@ function default_1(api, options) {
|
|
|
178
179
|
}
|
|
179
180
|
return { presets, plugins };
|
|
180
181
|
}
|
|
181
|
-
exports.default = default_1;
|
|
182
182
|
async function requiresLinking(path, source) {
|
|
183
183
|
// @angular/core and @angular/compiler will cause false positives
|
|
184
184
|
// Also, TypeScript files do not require linking
|
|
@@ -194,4 +194,3 @@ async function requiresLinking(path, source) {
|
|
|
194
194
|
}
|
|
195
195
|
return needsLinking(path, source);
|
|
196
196
|
}
|
|
197
|
-
exports.requiresLinking = requiresLinking;
|
|
@@ -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 { ApplicationPresetOptions } from './presets/application';
|
|
9
9
|
interface AngularCustomOptions extends Omit<ApplicationPresetOptions, 'instrumentCode'> {
|
|
@@ -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
|
const babel_loader_1 = require("babel-loader");
|
|
@@ -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 { Configuration } from 'webpack';
|
|
9
9
|
import { WebpackConfigOptions } from '../../../utils/build-options';
|
|
@@ -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;
|
|
@@ -33,7 +33,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
33
33
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
34
34
|
};
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.getCommonConfig =
|
|
36
|
+
exports.getCommonConfig = getCommonConfig;
|
|
37
37
|
const webpack_1 = require("@ngtools/webpack");
|
|
38
38
|
const copy_webpack_plugin_1 = __importDefault(require("copy-webpack-plugin"));
|
|
39
39
|
const path = __importStar(require("path"));
|
|
@@ -416,4 +416,3 @@ async function getCommonConfig(wco) {
|
|
|
416
416
|
node: false,
|
|
417
417
|
};
|
|
418
418
|
}
|
|
419
|
-
exports.getCommonConfig = getCommonConfig;
|
|
@@ -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 { logging } from '@angular-devkit/core';
|
|
9
9
|
import { Configuration } 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;
|
|
@@ -30,7 +30,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
30
30
|
return result;
|
|
31
31
|
};
|
|
32
32
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33
|
-
exports.
|
|
33
|
+
exports.getDevServerConfig = getDevServerConfig;
|
|
34
|
+
exports.buildServePath = buildServePath;
|
|
34
35
|
const core_1 = require("@angular-devkit/core");
|
|
35
36
|
const fs_1 = require("fs");
|
|
36
37
|
const path_1 = require("path");
|
|
@@ -105,7 +106,6 @@ async function getDevServerConfig(wco) {
|
|
|
105
106
|
},
|
|
106
107
|
};
|
|
107
108
|
}
|
|
108
|
-
exports.getDevServerConfig = getDevServerConfig;
|
|
109
109
|
/**
|
|
110
110
|
* Resolve and build a URL _path_ that will be the root of the server. This resolved base href and
|
|
111
111
|
* deploy URL from the browser options and returns a path from the root.
|
|
@@ -130,7 +130,6 @@ function buildServePath(options, logger) {
|
|
|
130
130
|
}
|
|
131
131
|
return servePath;
|
|
132
132
|
}
|
|
133
|
-
exports.buildServePath = buildServePath;
|
|
134
133
|
/**
|
|
135
134
|
* Private method to enhance a webpack config with SSL configuration.
|
|
136
135
|
* @private
|
|
@@ -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
|
export * from './common';
|
|
9
9
|
export * from './dev-server';
|
|
@@ -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 type { Configuration } from 'webpack';
|
|
9
9
|
import { WebpackConfigOptions } from '../../../utils/build-options';
|
|
@@ -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;
|
|
@@ -33,7 +33,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
33
33
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
34
34
|
};
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.getStylesConfig =
|
|
36
|
+
exports.getStylesConfig = getStylesConfig;
|
|
37
37
|
const private_1 = require("@angular/build/private");
|
|
38
38
|
const mini_css_extract_plugin_1 = __importDefault(require("mini-css-extract-plugin"));
|
|
39
39
|
const path = __importStar(require("node:path"));
|
|
@@ -278,7 +278,6 @@ async function getStylesConfig(wco) {
|
|
|
278
278
|
plugins: extraPlugins,
|
|
279
279
|
};
|
|
280
280
|
}
|
|
281
|
-
exports.getStylesConfig = getStylesConfig;
|
|
282
281
|
function getSassLoaderOptions(root, implementation, includePaths, indentedSyntax, verbose, preserveSymlinks) {
|
|
283
282
|
return {
|
|
284
283
|
sourceMap: 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
|
import { BudgetEntry } from '@angular/build/private';
|
|
9
9
|
import { Compiler } 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,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 { Compiler } from 'webpack';
|
|
9
9
|
export type BuilderWatcherCallback = (events: Array<{
|
|
@@ -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.BuilderWatchPlugin = 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 { Compiler } from 'webpack';
|
|
9
9
|
export interface CommonJsUsageWarnPluginOptions {
|
|
@@ -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.CommonJsUsageWarnPlugin = 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 type { Compiler } from 'webpack';
|
|
9
9
|
export interface CssOptimizerPluginOptions {
|
|
@@ -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.CssOptimizerPlugin = 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 { Compiler } from 'webpack';
|
|
9
9
|
export interface DedupeModuleResolvePluginOptions {
|
|
@@ -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.DedupeModuleResolvePlugin = 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 { Compiler } from 'webpack';
|
|
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.DevToolsIgnorePlugin = 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 type { FormatMessagesOptions, PartialMessage, TransformOptions, TransformResult } from 'esbuild';
|
|
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
|
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 (mod: any): void;
|
|
@@ -4,9 +4,10 @@
|
|
|
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
|
+
exports.default = default_1;
|
|
10
11
|
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
11
12
|
const core_1 = require("@angular/core");
|
|
12
13
|
const rxjs_1 = require("rxjs");
|
|
@@ -81,7 +82,6 @@ function default_1(mod) {
|
|
|
81
82
|
});
|
|
82
83
|
});
|
|
83
84
|
}
|
|
84
|
-
exports.default = default_1;
|
|
85
85
|
function getAppRoot() {
|
|
86
86
|
const appRoot = document.querySelector('[ng-version]');
|
|
87
87
|
if (!appRoot) {
|
|
@@ -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
|
export declare const HmrLoader: string;
|
|
9
9
|
export default function localizeExtractLoader(this: import('webpack').LoaderContext<{}>, content: string, map: Parameters<import('webpack').LoaderDefinitionFunction>[1]): void;
|
|
@@ -4,10 +4,11 @@
|
|
|
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.HmrLoader = void 0;
|
|
11
|
+
exports.default = localizeExtractLoader;
|
|
11
12
|
const path_1 = require("path");
|
|
12
13
|
exports.HmrLoader = __filename;
|
|
13
14
|
const hmrAcceptPath = (0, path_1.join)(__dirname, './hmr-accept.js').replace(/\\/g, '/');
|
|
@@ -21,4 +22,3 @@ function localizeExtractLoader(content, map) {
|
|
|
21
22
|
this.callback(null, source, map);
|
|
22
23
|
return;
|
|
23
24
|
}
|
|
24
|
-
exports.default = localizeExtractLoader;
|
|
@@ -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 { IndexHtmlGenerator, IndexHtmlGeneratorOptions, IndexHtmlGeneratorProcessOptions } from '@angular/build/private';
|
|
9
9
|
import { Compilation, Compiler } 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
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.IndexHtmlWebpackPlugin = 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
|
export { AnyComponentStyleBudgetChecker } from './any-component-style-budget-checker';
|
|
9
9
|
export { ScriptsWebpackPlugin, ScriptsWebpackPluginOptions } from './scripts-webpack-plugin';
|
|
@@ -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 { Compiler } from 'webpack';
|
|
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
|
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
|
/**
|
|
9
9
|
* The options to use when optimizing.
|
|
@@ -4,12 +4,13 @@
|
|
|
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 };
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
exports.default = default_1;
|
|
13
14
|
const remapping_1 = __importDefault(require("@ampproject/remapping"));
|
|
14
15
|
const terser_1 = require("terser");
|
|
15
16
|
const esbuild_executor_1 = require("./esbuild-executor");
|
|
@@ -51,7 +52,6 @@ async function default_1({ asset, options }) {
|
|
|
51
52
|
}
|
|
52
53
|
return { name: asset.name, code: terserResult.code, map: fullSourcemap };
|
|
53
54
|
}
|
|
54
|
-
exports.default = default_1;
|
|
55
55
|
/**
|
|
56
56
|
* Optimizes a JavaScript asset using esbuild.
|
|
57
57
|
*
|
|
@@ -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 { Compiler } from 'webpack';
|
|
9
9
|
export declare class JsonStatsPlugin {
|
|
@@ -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;
|