@angular/compiler-cli 15.2.5 → 15.2.7
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-7GNUPQOI.js +2 -2
- package/bundles/{chunk-WN75SNW4.js → chunk-BGY2CNQJ.js} +5 -3
- package/bundles/{chunk-WN75SNW4.js.map → chunk-BGY2CNQJ.js.map} +1 -1
- package/bundles/{chunk-RMPM4VAI.js → chunk-E3MCJFSW.js} +21 -6
- package/bundles/chunk-E3MCJFSW.js.map +6 -0
- package/bundles/{chunk-P5LISIUG.js → chunk-JEWI23RF.js} +16 -8
- package/bundles/chunk-JEWI23RF.js.map +6 -0
- package/bundles/{chunk-5WBIJMZH.js → chunk-SU3FU3XQ.js} +2 -2
- package/bundles/{chunk-PKXB2WOZ.js → chunk-TYAEIVDA.js} +3 -3
- 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/src/ngtsc/annotations/component/src/handler.d.ts +3 -2
- package/src/ngtsc/annotations/directive/src/handler.d.ts +3 -2
- package/src/ngtsc/annotations/directive/src/shared.d.ts +2 -1
- package/bundles/chunk-P5LISIUG.js.map +0 -6
- package/bundles/chunk-RMPM4VAI.js.map +0 -6
- /package/bundles/{chunk-5WBIJMZH.js.map → chunk-SU3FU3XQ.js.map} +0 -0
- /package/bundles/{chunk-PKXB2WOZ.js.map → chunk-TYAEIVDA.js.map} +0 -0
|
@@ -848,7 +848,7 @@ var declarationFunctions = [
|
|
|
848
848
|
];
|
|
849
849
|
function createLinkerMap(environment, sourceUrl, code) {
|
|
850
850
|
const linkers = /* @__PURE__ */ new Map();
|
|
851
|
-
const LATEST_VERSION_RANGE = getRange("<=", "15.2.
|
|
851
|
+
const LATEST_VERSION_RANGE = getRange("<=", "15.2.7");
|
|
852
852
|
linkers.set(\u0275\u0275ngDeclareDirective, [
|
|
853
853
|
{ range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
|
|
854
854
|
]);
|
|
@@ -895,7 +895,7 @@ var PartialLinkerSelector = class {
|
|
|
895
895
|
throw new Error(`Unknown partial declaration function ${functionName}.`);
|
|
896
896
|
}
|
|
897
897
|
const linkerRanges = this.linkers.get(functionName);
|
|
898
|
-
if (version === "15.2.
|
|
898
|
+
if (version === "15.2.7") {
|
|
899
899
|
return linkerRanges[linkerRanges.length - 1].linker;
|
|
900
900
|
}
|
|
901
901
|
const declarationRange = getRange(">=", minVersion);
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
ImportGraph,
|
|
8
8
|
isShim,
|
|
9
9
|
readConfiguration
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-E3MCJFSW.js";
|
|
11
11
|
import {
|
|
12
12
|
CompilationMode,
|
|
13
13
|
ComponentDecoratorHandler,
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
TypeCheckScopeRegistry,
|
|
33
33
|
forwardRefResolver,
|
|
34
34
|
readBaseClass
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-JEWI23RF.js";
|
|
36
36
|
import {
|
|
37
37
|
ClassMemberKind,
|
|
38
38
|
KnownDeclaration,
|
|
@@ -3381,6 +3381,7 @@ var DecorationAnalyzer = class {
|
|
|
3381
3381
|
this.cycleAnalyzer,
|
|
3382
3382
|
0,
|
|
3383
3383
|
this.refEmitter,
|
|
3384
|
+
this.referencesRegistry,
|
|
3384
3385
|
NOOP_DEPENDENCY_TRACKER,
|
|
3385
3386
|
this.injectableRegistry,
|
|
3386
3387
|
null,
|
|
@@ -3396,6 +3397,7 @@ var DecorationAnalyzer = class {
|
|
|
3396
3397
|
this.fullMetaReader,
|
|
3397
3398
|
this.injectableRegistry,
|
|
3398
3399
|
this.refEmitter,
|
|
3400
|
+
this.referencesRegistry,
|
|
3399
3401
|
this.isCore,
|
|
3400
3402
|
false,
|
|
3401
3403
|
null,
|
|
@@ -5262,4 +5264,4 @@ export {
|
|
|
5262
5264
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5263
5265
|
* found in the LICENSE file at https://angular.io/license
|
|
5264
5266
|
*/
|
|
5265
|
-
//# sourceMappingURL=chunk-
|
|
5267
|
+
//# sourceMappingURL=chunk-BGY2CNQJ.js.map
|