@ngtools/webpack 11.2.10 → 11.2.14
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/package.json +2 -2
- package/src/angular_compiler_plugin.js +1 -1
- package/src/benchmark.js +1 -1
- package/src/compiler_host.d.ts +1 -1
- package/src/compiler_host.js +1 -1
- package/src/diagnostics.d.ts +1 -1
- package/src/diagnostics.js +1 -1
- package/src/entry_resolver.d.ts +1 -1
- package/src/entry_resolver.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/interfaces.d.ts +1 -1
- package/src/interfaces.js +1 -1
- package/src/ivy/cache.d.ts +1 -1
- package/src/ivy/diagnostics.d.ts +1 -1
- package/src/ivy/diagnostics.js +1 -1
- package/src/ivy/index.d.ts +1 -1
- package/src/ivy/index.js +1 -1
- package/src/ivy/loader.js +1 -1
- package/src/ivy/paths.js +1 -1
- package/src/ivy/plugin.d.ts +1 -1
- package/src/ivy/plugin.js +1 -1
- package/src/ivy/symbol.d.ts +1 -1
- package/src/ivy/symbol.js +1 -1
- package/src/ivy/system.d.ts +1 -1
- package/src/ivy/system.js +1 -1
- package/src/ivy/transformation.js +1 -1
- package/src/lazy_routes.js +1 -1
- package/src/loader.js +1 -1
- package/src/ngcc_processor.d.ts +1 -1
- package/src/ngcc_processor.js +1 -1
- package/src/paths-plugin.js +1 -1
- package/src/refactor.js +1 -1
- package/src/resource_loader.js +1 -1
- package/src/transformers/ast_helpers.d.ts +1 -1
- package/src/transformers/ast_helpers.js +1 -1
- package/src/transformers/elide_imports.d.ts +1 -1
- package/src/transformers/elide_imports.js +1 -1
- package/src/transformers/export_lazy_module_map.js +1 -1
- package/src/transformers/export_ngfactory.js +1 -1
- package/src/transformers/find_resources.d.ts +1 -1
- package/src/transformers/find_resources.js +1 -1
- package/src/transformers/import_factory.js +1 -1
- package/src/transformers/index.d.ts +1 -1
- package/src/transformers/index.js +1 -1
- package/src/transformers/insert_import.d.ts +1 -1
- package/src/transformers/insert_import.js +1 -1
- package/src/transformers/interfaces.d.ts +1 -1
- package/src/transformers/make_transform.d.ts +1 -1
- package/src/transformers/make_transform.js +1 -1
- package/src/transformers/register_locale_data.d.ts +1 -1
- package/src/transformers/register_locale_data.js +1 -1
- package/src/transformers/remove-ivy-jit-support-calls.d.ts +1 -1
- package/src/transformers/remove-ivy-jit-support-calls.js +1 -1
- package/src/transformers/remove_decorators.d.ts +1 -1
- package/src/transformers/remove_decorators.js +1 -1
- package/src/transformers/replace_bootstrap.js +1 -1
- package/src/transformers/replace_resources.d.ts +1 -1
- package/src/transformers/replace_resources.js +1 -1
- package/src/transformers/replace_server_bootstrap.js +1 -1
- package/src/transformers/spec_helpers.js +1 -1
- package/src/type_checker.js +1 -1
- package/src/type_checker_bootstrap.js +1 -1
- package/src/type_checker_messages.d.ts +1 -1
- package/src/type_checker_worker.js +1 -1
- package/src/utils.d.ts +1 -1
- package/src/utils.js +1 -1
- package/src/virtual_file_system_decorator.d.ts +1 -1
- package/src/virtual_file_system_decorator.js +1 -1
- package/src/webpack-diagnostics.d.ts +1 -1
- package/src/webpack-input-host.d.ts +1 -1
- package/src/webpack-input-host.js +1 -1
- package/src/webpack-version.js +1 -1
- package/src/webpack.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngtools/webpack",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.14",
|
|
4
4
|
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/angular/angular-cli",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@angular-devkit/core": "11.2.
|
|
28
|
+
"@angular-devkit/core": "11.2.14",
|
|
29
29
|
"enhanced-resolve": "5.7.0",
|
|
30
30
|
"webpack-sources": "2.2.0"
|
|
31
31
|
},
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.AngularCompilerPlugin = 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/benchmark.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.timeEnd = exports.time = 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/compiler_host.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/compiler_host.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.WebpackCompilerHost = 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/diagnostics.d.ts
CHANGED
package/src/diagnostics.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.reportDiagnostics = exports.gatherDiagnostics = exports.hasErrors = exports.CancellationToken = exports.DiagnosticMode = 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/entry_resolver.d.ts
CHANGED
package/src/entry_resolver.js
CHANGED
package/src/index.d.ts
CHANGED
package/src/index.js
CHANGED
package/src/interfaces.d.ts
CHANGED
package/src/interfaces.js
CHANGED
package/src/ivy/cache.d.ts
CHANGED
package/src/ivy/diagnostics.d.ts
CHANGED
package/src/ivy/diagnostics.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.createDiagnosticsReporter = 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/ivy/index.d.ts
CHANGED
package/src/ivy/index.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.AngularWebpackLoaderPath = exports.AngularWebpackPlugin = exports.default = 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/ivy/loader.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.default = exports.angularWebpackLoader = 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/ivy/paths.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.externalizePath = exports.normalizePath = 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/ivy/plugin.d.ts
CHANGED
package/src/ivy/plugin.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.AngularWebpackPlugin = 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/ivy/symbol.d.ts
CHANGED
package/src/ivy/symbol.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.AngularPluginSymbol = 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/ivy/system.d.ts
CHANGED
package/src/ivy/system.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.createWebpackSystem = 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.replaceBootstrap = exports.mergeTransformers = exports.createJitTransformers = exports.createAotTransformers = 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/lazy_routes.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.findLazyRoutes = 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/loader.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ngcLoader = 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/ngcc_processor.d.ts
CHANGED
package/src/ngcc_processor.js
CHANGED
package/src/paths-plugin.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.TypeScriptPathsPlugin = 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/refactor.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.TypeScriptFileRefactor = exports.resolve = exports.findAstNodes = 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/resource_loader.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.WebpackResourceLoader = exports.NoopResourceLoader = 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.getLastNode = exports.getFirstNode = exports.collectDeepNodes = 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.elideImports = 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.exportLazyModuleMap = 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.exportNgFactory = 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.findResources = 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.importFactory = 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
|
|
@@ -12,7 +12,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
/**
|
|
14
14
|
* @license
|
|
15
|
-
* Copyright Google
|
|
15
|
+
* Copyright Google LLC All Rights Reserved.
|
|
16
16
|
*
|
|
17
17
|
* Use of this source code is governed by an MIT-style license that can be
|
|
18
18
|
* found in the LICENSE file at https://angular.io/license
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.insertImport = exports.insertStarImport = 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.makeTransform = 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.registerLocaleData = 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.removeIvyJitSupportCalls = 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.removeDecorators = 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.replaceBootstrap = 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.getResourceUrl = exports.replaceResources = 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.replaceServerBootstrap = 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.transformTypescript = exports.createTypescriptContext = 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/type_checker.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.TypeChecker = exports.AUTO_START_ARG = 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/utils.d.ts
CHANGED
package/src/utils.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.forwardSlashPath = exports.flattenArray = exports.workaroundResolve = 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.VirtualWatchFileSystemDecorator = exports.VirtualFileSystemDecorator = exports.NodeWatchFileSystem = 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.createWebpackInputHost = 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/webpack-version.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.mergeResolverMainFields = exports.isWebpackFiveOrHigher = 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/webpack.d.ts
CHANGED