@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.
- package/bundles/{chunk-NYGWZR47.js → chunk-2LU77VSE.js} +3 -3
- package/bundles/{chunk-NYGWZR47.js.map → chunk-2LU77VSE.js.map} +0 -0
- package/bundles/{chunk-CCZYJWBX.js → chunk-5TUGYFIJ.js} +3 -3
- package/bundles/{chunk-CCZYJWBX.js.map → chunk-5TUGYFIJ.js.map} +0 -0
- package/bundles/{chunk-2VBPNPMZ.js → chunk-I5J5TMUB.js} +4 -4
- package/bundles/{chunk-2VBPNPMZ.js.map → chunk-I5J5TMUB.js.map} +1 -1
- package/bundles/chunk-L2QFSPXM.js +2 -2
- package/bundles/{chunk-RO4YJD54.js → chunk-Q7TXFDI7.js} +5 -7
- package/bundles/chunk-Q7TXFDI7.js.map +6 -0
- package/bundles/{chunk-AE5KHCRE.js → chunk-V45KD7YD.js} +2 -2
- package/bundles/{chunk-AE5KHCRE.js.map → chunk-V45KD7YD.js.map} +0 -0
- package/bundles/index.js +3 -3
- package/bundles/ngcc/index.js +4 -4
- package/bundles/ngcc/main-ngcc.js +4 -4
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +3 -3
- package/bundles/private/migrations.js +1 -1
- package/bundles/src/bin/ng_xi18n.js +3 -3
- package/bundles/src/bin/ngc.js +3 -3
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/bundles/chunk-RO4YJD54.js.map +0 -6
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
sendMessageToWorker,
|
|
39
39
|
sortTasksByPriority,
|
|
40
40
|
stringifyTask
|
|
41
|
-
} from "./chunk-
|
|
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.
|
|
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-
|
|
2185
|
+
//# sourceMappingURL=chunk-2LU77VSE.js.map
|
|
File without changes
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
ImportGraph,
|
|
9
9
|
isShim,
|
|
10
10
|
readConfiguration
|
|
11
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
5189
|
+
//# sourceMappingURL=chunk-5TUGYFIJ.js.map
|
|
File without changes
|
|
@@ -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
|
|
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
|
|
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
|
|
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-
|
|
6633
|
+
//# sourceMappingURL=chunk-I5J5TMUB.js.map
|