@angular/compiler-cli 14.2.5 → 14.2.6

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.
@@ -38,7 +38,7 @@ import {
38
38
  sendMessageToWorker,
39
39
  sortTasksByPriority,
40
40
  stringifyTask
41
- } from "./chunk-CCZYJWBX.js";
41
+ } from "./chunk-5TUGYFIJ.js";
42
42
  import {
43
43
  LogLevel
44
44
  } from "./chunk-E7NQQTT7.js";
@@ -896,7 +896,7 @@ var ProgramBasedEntryPointFinder = class extends TracingEntryPointFinder {
896
896
  };
897
897
 
898
898
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
899
- var NGCC_VERSION = "14.2.5";
899
+ var NGCC_VERSION = "14.2.6";
900
900
  function needsCleaning(packageJson) {
901
901
  return Object.values(packageJson.__processed_by_ivy_ngcc__ || {}).some((value) => value !== NGCC_VERSION);
902
902
  }
@@ -2182,4 +2182,4 @@ export {
2182
2182
  * Use of this source code is governed by an MIT-style license that can be
2183
2183
  * found in the LICENSE file at https://angular.io/license
2184
2184
  */
2185
- //# sourceMappingURL=chunk-NYGWZR47.js.map
2185
+ //# sourceMappingURL=chunk-2LU77VSE.js.map
@@ -8,7 +8,7 @@ import {
8
8
  ImportGraph,
9
9
  isShim,
10
10
  readConfiguration
11
- } from "./chunk-RO4YJD54.js";
11
+ } from "./chunk-Q7TXFDI7.js";
12
12
  import {
13
13
  CompilationMode,
14
14
  ComponentDecoratorHandler,
@@ -32,7 +32,7 @@ import {
32
32
  TypeCheckScopeRegistry,
33
33
  forwardRefResolver,
34
34
  readBaseClass
35
- } from "./chunk-2VBPNPMZ.js";
35
+ } from "./chunk-I5J5TMUB.js";
36
36
  import {
37
37
  ClassMemberKind,
38
38
  KnownDeclaration,
@@ -5186,4 +5186,4 @@ export {
5186
5186
  * Use of this source code is governed by an MIT-style license that can be
5187
5187
  * found in the LICENSE file at https://angular.io/license
5188
5188
  */
5189
- //# sourceMappingURL=chunk-CCZYJWBX.js.map
5189
+ //# sourceMappingURL=chunk-5TUGYFIJ.js.map
@@ -5573,7 +5573,7 @@ var animationTriggerResolver = (fn, node, resolve, unresolvable) => {
5573
5573
  function validateAndFlattenComponentImports(imports, expr) {
5574
5574
  const flattened = [];
5575
5575
  if (!Array.isArray(imports)) {
5576
- const error = createValueHasWrongTypeError(expr, imports, `'imports' must be an array of components, directives, pipes, or NgModules`).toDiagnostic();
5576
+ const error = createValueHasWrongTypeError(expr, imports, `'imports' must be an array of components, directives, pipes, or NgModules.`).toDiagnostic();
5577
5577
  return {
5578
5578
  imports: [],
5579
5579
  diagnostics: [error]
@@ -5589,7 +5589,7 @@ function validateAndFlattenComponentImports(imports, expr) {
5589
5589
  if (isNamedClassDeclaration(ref.node)) {
5590
5590
  flattened.push(ref);
5591
5591
  } else {
5592
- diagnostics.push(createValueHasWrongTypeError(ref.getOriginForDiagnostics(expr), ref, `'imports' must be an array of components, directives, pipes, or NgModules`).toDiagnostic());
5592
+ diagnostics.push(createValueHasWrongTypeError(ref.getOriginForDiagnostics(expr), ref, `'imports' must be an array of components, directives, pipes, or NgModules.`).toDiagnostic());
5593
5593
  }
5594
5594
  } else if (isLikelyModuleWithProviders(ref)) {
5595
5595
  let origin = expr;
@@ -5598,7 +5598,7 @@ function validateAndFlattenComponentImports(imports, expr) {
5598
5598
  }
5599
5599
  diagnostics.push(makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, origin, `'imports' contains a ModuleWithProviders value, likely the result of a 'Module.forRoot()'-style call. These calls are not used to configure components and are not valid in standalone component imports - consider importing them in the application bootstrap instead.`));
5600
5600
  } else {
5601
- diagnostics.push(createValueHasWrongTypeError(expr, imports, `'imports' must be an array of components, directives, pipes, or NgModules`).toDiagnostic());
5601
+ diagnostics.push(createValueHasWrongTypeError(expr, imports, `'imports' must be an array of components, directives, pipes, or NgModules.`).toDiagnostic());
5602
5602
  }
5603
5603
  }
5604
5604
  return { imports: flattened, diagnostics };
@@ -6630,4 +6630,4 @@ export {
6630
6630
  * Use of this source code is governed by an MIT-style license that can be
6631
6631
  * found in the LICENSE file at https://angular.io/license
6632
6632
  */
6633
- //# sourceMappingURL=chunk-2VBPNPMZ.js.map
6633
+ //# sourceMappingURL=chunk-I5J5TMUB.js.map