@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.
Files changed (74) hide show
  1. package/package.json +2 -2
  2. package/src/angular_compiler_plugin.js +1 -1
  3. package/src/benchmark.js +1 -1
  4. package/src/compiler_host.d.ts +1 -1
  5. package/src/compiler_host.js +1 -1
  6. package/src/diagnostics.d.ts +1 -1
  7. package/src/diagnostics.js +1 -1
  8. package/src/entry_resolver.d.ts +1 -1
  9. package/src/entry_resolver.js +1 -1
  10. package/src/index.d.ts +1 -1
  11. package/src/index.js +1 -1
  12. package/src/interfaces.d.ts +1 -1
  13. package/src/interfaces.js +1 -1
  14. package/src/ivy/cache.d.ts +1 -1
  15. package/src/ivy/diagnostics.d.ts +1 -1
  16. package/src/ivy/diagnostics.js +1 -1
  17. package/src/ivy/index.d.ts +1 -1
  18. package/src/ivy/index.js +1 -1
  19. package/src/ivy/loader.js +1 -1
  20. package/src/ivy/paths.js +1 -1
  21. package/src/ivy/plugin.d.ts +1 -1
  22. package/src/ivy/plugin.js +1 -1
  23. package/src/ivy/symbol.d.ts +1 -1
  24. package/src/ivy/symbol.js +1 -1
  25. package/src/ivy/system.d.ts +1 -1
  26. package/src/ivy/system.js +1 -1
  27. package/src/ivy/transformation.js +1 -1
  28. package/src/lazy_routes.js +1 -1
  29. package/src/loader.js +1 -1
  30. package/src/ngcc_processor.d.ts +1 -1
  31. package/src/ngcc_processor.js +1 -1
  32. package/src/paths-plugin.js +1 -1
  33. package/src/refactor.js +1 -1
  34. package/src/resource_loader.js +1 -1
  35. package/src/transformers/ast_helpers.d.ts +1 -1
  36. package/src/transformers/ast_helpers.js +1 -1
  37. package/src/transformers/elide_imports.d.ts +1 -1
  38. package/src/transformers/elide_imports.js +1 -1
  39. package/src/transformers/export_lazy_module_map.js +1 -1
  40. package/src/transformers/export_ngfactory.js +1 -1
  41. package/src/transformers/find_resources.d.ts +1 -1
  42. package/src/transformers/find_resources.js +1 -1
  43. package/src/transformers/import_factory.js +1 -1
  44. package/src/transformers/index.d.ts +1 -1
  45. package/src/transformers/index.js +1 -1
  46. package/src/transformers/insert_import.d.ts +1 -1
  47. package/src/transformers/insert_import.js +1 -1
  48. package/src/transformers/interfaces.d.ts +1 -1
  49. package/src/transformers/make_transform.d.ts +1 -1
  50. package/src/transformers/make_transform.js +1 -1
  51. package/src/transformers/register_locale_data.d.ts +1 -1
  52. package/src/transformers/register_locale_data.js +1 -1
  53. package/src/transformers/remove-ivy-jit-support-calls.d.ts +1 -1
  54. package/src/transformers/remove-ivy-jit-support-calls.js +1 -1
  55. package/src/transformers/remove_decorators.d.ts +1 -1
  56. package/src/transformers/remove_decorators.js +1 -1
  57. package/src/transformers/replace_bootstrap.js +1 -1
  58. package/src/transformers/replace_resources.d.ts +1 -1
  59. package/src/transformers/replace_resources.js +1 -1
  60. package/src/transformers/replace_server_bootstrap.js +1 -1
  61. package/src/transformers/spec_helpers.js +1 -1
  62. package/src/type_checker.js +1 -1
  63. package/src/type_checker_bootstrap.js +1 -1
  64. package/src/type_checker_messages.d.ts +1 -1
  65. package/src/type_checker_worker.js +1 -1
  66. package/src/utils.d.ts +1 -1
  67. package/src/utils.js +1 -1
  68. package/src/virtual_file_system_decorator.d.ts +1 -1
  69. package/src/virtual_file_system_decorator.js +1 -1
  70. package/src/webpack-diagnostics.d.ts +1 -1
  71. package/src/webpack-input-host.d.ts +1 -1
  72. package/src/webpack-input-host.js +1 -1
  73. package/src/webpack-version.js +1 -1
  74. 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.10",
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.10",
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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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.WebpackCompilerHost = void 0;
4
4
  /**
5
5
  * @license
6
- * Copyright Google Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
@@ -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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * @license
4
- * Copyright Google Inc. All Rights Reserved.
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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
package/src/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * @license
4
- * Copyright Google Inc. All Rights Reserved.
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
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
package/src/interfaces.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * @license
4
- * Copyright Google Inc. All Rights Reserved.
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
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.createDiagnosticsReporter = void 0;
4
4
  /**
5
5
  * @license
6
- * Copyright Google Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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.findLazyRoutes = void 0;
4
4
  /**
5
5
  * @license
6
- * Copyright Google Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * @license
4
- * Copyright Google Inc. All Rights Reserved.
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.TypeScriptPathsPlugin = void 0;
4
4
  /**
5
5
  * @license
6
- * Copyright Google Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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.WebpackResourceLoader = exports.NoopResourceLoader = void 0;
4
4
  /**
5
5
  * @license
6
- * Copyright Google Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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.TypeChecker = exports.AUTO_START_ARG = void 0;
4
4
  /**
5
5
  * @license
6
- * Copyright Google Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license
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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * 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 Inc. All Rights Reserved.
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 Inc. All Rights Reserved.
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.mergeResolverMainFields = exports.isWebpackFiveOrHigher = void 0;
4
4
  /**
5
5
  * @license
6
- * Copyright Google Inc. All Rights Reserved.
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
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright Google Inc. All Rights Reserved.
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
6
  * found in the LICENSE file at https://angular.io/license