@angular/compiler-cli 13.2.6 → 13.3.0

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.
@@ -785,7 +785,7 @@ var declarationFunctions = [
785
785
  ];
786
786
  function createLinkerMap(environment, sourceUrl, code) {
787
787
  const linkers = /* @__PURE__ */ new Map();
788
- const LATEST_VERSION_RANGE = getRange("<=", "13.2.6");
788
+ const LATEST_VERSION_RANGE = getRange("<=", "13.3.0");
789
789
  linkers.set(\u0275\u0275ngDeclareDirective, [
790
790
  { range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
791
791
  ]);
@@ -832,7 +832,7 @@ var PartialLinkerSelector = class {
832
832
  throw new Error(`Unknown partial declaration function ${functionName}.`);
833
833
  }
834
834
  const linkerRanges = this.linkers.get(functionName);
835
- if (version === "13.2.6") {
835
+ if (version === "13.3.0") {
836
836
  return linkerRanges[linkerRanges.length - 1].linker;
837
837
  }
838
838
  const declarationRange = getRange(">=", minVersion);
@@ -10,7 +10,7 @@ import {
10
10
  MetadataDtsModuleScopeResolver,
11
11
  TypeCheckScopeRegistry,
12
12
  readConfiguration
13
- } from "./chunk-XRCD4VXD.js";
13
+ } from "./chunk-RK2SUO2Y.js";
14
14
  import {
15
15
  CompilationMode,
16
16
  ComponentDecoratorHandler,
@@ -5141,4 +5141,4 @@ export {
5141
5141
  * Use of this source code is governed by an MIT-style license that can be
5142
5142
  * found in the LICENSE file at https://angular.io/license
5143
5143
  */
5144
- //# sourceMappingURL=chunk-IUG2QCU2.js.map
5144
+ //# sourceMappingURL=chunk-GJECLAD3.js.map
@@ -14,7 +14,7 @@ import {
14
14
  formatDiagnostics,
15
15
  performCompilation,
16
16
  readConfiguration
17
- } from "./chunk-XRCD4VXD.js";
17
+ } from "./chunk-RK2SUO2Y.js";
18
18
  import {
19
19
  __spreadProps,
20
20
  __spreadValues
@@ -379,4 +379,4 @@ export {
379
379
  * Use of this source code is governed by an MIT-style license that can be
380
380
  * found in the LICENSE file at https://angular.io/license
381
381
  */
382
- //# sourceMappingURL=chunk-VBVBCYZP.js.map
382
+ //# sourceMappingURL=chunk-IPB4UIZT.js.map
@@ -36,7 +36,7 @@ import {
36
36
  sendMessageToWorker,
37
37
  sortTasksByPriority,
38
38
  stringifyTask
39
- } from "./chunk-IUG2QCU2.js";
39
+ } from "./chunk-GJECLAD3.js";
40
40
  import {
41
41
  LogLevel
42
42
  } from "./chunk-SKBLJA43.js";
@@ -887,7 +887,7 @@ var ProgramBasedEntryPointFinder = class extends TracingEntryPointFinder {
887
887
  };
888
888
 
889
889
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
890
- var NGCC_VERSION = "13.2.6";
890
+ var NGCC_VERSION = "13.3.0";
891
891
  function needsCleaning(packageJson) {
892
892
  return Object.values(packageJson.__processed_by_ivy_ngcc__ || {}).some((value) => value !== NGCC_VERSION);
893
893
  }
@@ -2172,4 +2172,4 @@ export {
2172
2172
  * Use of this source code is governed by an MIT-style license that can be
2173
2173
  * found in the LICENSE file at https://angular.io/license
2174
2174
  */
2175
- //# sourceMappingURL=chunk-CTSDWZWQ.js.map
2175
+ //# sourceMappingURL=chunk-LUJ2SCC7.js.map
@@ -255,7 +255,7 @@ function compareVersions(v1, v2) {
255
255
 
256
256
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
257
257
  var MIN_TS_VERSION = "4.4.2";
258
- var MAX_TS_VERSION = "4.6.0";
258
+ var MAX_TS_VERSION = "4.7.0";
259
259
  var tsVersion = ts2.version;
260
260
  function checkVersion(version, minVersion, maxVersion) {
261
261
  if (compareVersions(version, minVersion) < 0 || compareVersions(version, maxVersion) >= 0) {
@@ -7231,4 +7231,4 @@ export {
7231
7231
  * Use of this source code is governed by an MIT-style license that can be
7232
7232
  * found in the LICENSE file at https://angular.io/license
7233
7233
  */
7234
- //# sourceMappingURL=chunk-XRCD4VXD.js.map
7234
+ //# sourceMappingURL=chunk-RK2SUO2Y.js.map
package/bundles/index.js CHANGED
@@ -30,7 +30,7 @@ import {
30
30
  isTsDiagnostic,
31
31
  performCompilation,
32
32
  readConfiguration
33
- } from "./chunk-XRCD4VXD.js";
33
+ } from "./chunk-RK2SUO2Y.js";
34
34
  import {
35
35
  untagAllTsFiles
36
36
  } from "./chunk-NC7BJDOB.js";
@@ -71,7 +71,7 @@ import {
71
71
 
72
72
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
73
73
  import { Version } from "@angular/compiler";
74
- var VERSION = new Version("13.2.6");
74
+ var VERSION = new Version("13.3.0");
75
75
 
76
76
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
77
77
  var NgTscPlugin = class {
@@ -5,12 +5,12 @@
5
5
 
6
6
  import {
7
7
  mainNgcc
8
- } from "../chunk-CTSDWZWQ.js";
8
+ } from "../chunk-LUJ2SCC7.js";
9
9
  import "../chunk-QDWL7SZJ.js";
10
10
  import {
11
11
  clearTsConfigCache
12
- } from "../chunk-IUG2QCU2.js";
13
- import "../chunk-XRCD4VXD.js";
12
+ } from "../chunk-GJECLAD3.js";
13
+ import "../chunk-RK2SUO2Y.js";
14
14
  import "../chunk-NC7BJDOB.js";
15
15
  import "../chunk-7PY7XEFH.js";
16
16
  import {
@@ -9,10 +9,10 @@ import {
9
9
  } from "../chunk-Z2HS4HDG.js";
10
10
  import {
11
11
  mainNgcc
12
- } from "../chunk-CTSDWZWQ.js";
12
+ } from "../chunk-LUJ2SCC7.js";
13
13
  import "../chunk-QDWL7SZJ.js";
14
- import "../chunk-IUG2QCU2.js";
15
- import "../chunk-XRCD4VXD.js";
14
+ import "../chunk-GJECLAD3.js";
15
+ import "../chunk-RK2SUO2Y.js";
16
16
  import "../chunk-NC7BJDOB.js";
17
17
  import "../chunk-7PY7XEFH.js";
18
18
  import "../chunk-SKBLJA43.js";
@@ -13,8 +13,8 @@ import {
13
13
  getSharedSetup,
14
14
  sendMessageToMaster,
15
15
  stringifyTask
16
- } from "../../../../chunk-IUG2QCU2.js";
17
- import "../../../../chunk-XRCD4VXD.js";
16
+ } from "../../../../chunk-GJECLAD3.js";
17
+ import "../../../../chunk-RK2SUO2Y.js";
18
18
  import "../../../../chunk-NC7BJDOB.js";
19
19
  import "../../../../chunk-7PY7XEFH.js";
20
20
  import "../../../../chunk-SKBLJA43.js";
@@ -7,10 +7,10 @@
7
7
  import {
8
8
  main,
9
9
  readCommandLineAndConfiguration
10
- } from "../../chunk-VBVBCYZP.js";
10
+ } from "../../chunk-IPB4UIZT.js";
11
11
  import {
12
12
  EmitFlags
13
- } from "../../chunk-XRCD4VXD.js";
13
+ } from "../../chunk-RK2SUO2Y.js";
14
14
  import "../../chunk-NC7BJDOB.js";
15
15
  import "../../chunk-7PY7XEFH.js";
16
16
  import "../../chunk-XNYP2SFR.js";
@@ -6,8 +6,8 @@
6
6
 
7
7
  import {
8
8
  main
9
- } from "../../chunk-VBVBCYZP.js";
10
- import "../../chunk-XRCD4VXD.js";
9
+ } from "../../chunk-IPB4UIZT.js";
10
+ import "../../chunk-RK2SUO2Y.js";
11
11
  import "../../chunk-NC7BJDOB.js";
12
12
  import "../../chunk-7PY7XEFH.js";
13
13
  import "../../chunk-XNYP2SFR.js";