@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.
@@ -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.5");
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.5") {
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-RMPM4VAI.js";
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-P5LISIUG.js";
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-WN75SNW4.js.map
5267
+ //# sourceMappingURL=chunk-BGY2CNQJ.js.map