@angular/compiler-cli 14.0.0-next.6 → 14.0.0-next.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.
@@ -13,10 +13,10 @@ var LogLevel;
13
13
  })(LogLevel || (LogLevel = {}));
14
14
 
15
15
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
16
- var RESET = "";
17
- var RED = "";
18
- var YELLOW = "";
19
- var BLUE = "";
16
+ var RESET = "\x1B[0m";
17
+ var RED = "\x1B[31m";
18
+ var YELLOW = "\x1B[33m";
19
+ var BLUE = "\x1B[36m";
20
20
  var DEBUG = `${BLUE}Debug:${RESET}`;
21
21
  var WARN = `${YELLOW}Warning:${RESET}`;
22
22
  var ERROR = `${RED}Error:${RESET}`;
@@ -53,4 +53,4 @@ export {
53
53
  * Use of this source code is governed by an MIT-style license that can be
54
54
  * found in the LICENSE file at https://angular.io/license
55
55
  */
56
- //# sourceMappingURL=chunk-SKBLJA43.js.map
56
+ //# sourceMappingURL=chunk-646P2DOR.js.map
@@ -6,7 +6,7 @@
6
6
  import {
7
7
  ConsoleLogger,
8
8
  LogLevel
9
- } from "./chunk-SKBLJA43.js";
9
+ } from "./chunk-646P2DOR.js";
10
10
  import {
11
11
  NodeJSFileSystem,
12
12
  setFileSystem
@@ -113,4 +113,4 @@ export {
113
113
  * Use of this source code is governed by an MIT-style license that can be
114
114
  * found in the LICENSE file at https://angular.io/license
115
115
  */
116
- //# sourceMappingURL=chunk-Z2HS4HDG.js.map
116
+ //# sourceMappingURL=chunk-MXJN5K6C.js.map
@@ -46,7 +46,7 @@ import {
46
46
  import {
47
47
  ConsoleLogger,
48
48
  LogLevel
49
- } from "./chunk-SKBLJA43.js";
49
+ } from "./chunk-646P2DOR.js";
50
50
  import {
51
51
  ContentOrigin,
52
52
  SourceFileLoader
@@ -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-NYXF6G67.js.map
5144
+ //# sourceMappingURL=chunk-NM2N677S.js.map
@@ -788,7 +788,7 @@ var declarationFunctions = [
788
788
  ];
789
789
  function createLinkerMap(environment, sourceUrl, code) {
790
790
  const linkers = /* @__PURE__ */ new Map();
791
- const LATEST_VERSION_RANGE = getRange("<=", "14.0.0-next.6");
791
+ const LATEST_VERSION_RANGE = getRange("<=", "14.0.0-next.7");
792
792
  linkers.set(\u0275\u0275ngDeclareDirective, [
793
793
  { range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
794
794
  ]);
@@ -835,7 +835,7 @@ var PartialLinkerSelector = class {
835
835
  throw new Error(`Unknown partial declaration function ${functionName}.`);
836
836
  }
837
837
  const linkerRanges = this.linkers.get(functionName);
838
- if (version === "14.0.0-next.6") {
838
+ if (version === "14.0.0-next.7") {
839
839
  return linkerRanges[linkerRanges.length - 1].linker;
840
840
  }
841
841
  const declarationRange = getRange(">=", minVersion);
@@ -36,10 +36,10 @@ import {
36
36
  sendMessageToWorker,
37
37
  sortTasksByPriority,
38
38
  stringifyTask
39
- } from "./chunk-NYXF6G67.js";
39
+ } from "./chunk-NM2N677S.js";
40
40
  import {
41
41
  LogLevel
42
- } from "./chunk-SKBLJA43.js";
42
+ } from "./chunk-646P2DOR.js";
43
43
  import {
44
44
  absoluteFrom,
45
45
  getFileSystem
@@ -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 = "14.0.0-next.6";
890
+ var NGCC_VERSION = "14.0.0-next.7";
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-7GYYYAZG.js.map
2175
+ //# sourceMappingURL=chunk-VGNMN2NK.js.map
package/bundles/index.js CHANGED
@@ -38,7 +38,7 @@ import "./chunk-AR265E4B.js";
38
38
  import {
39
39
  ConsoleLogger,
40
40
  LogLevel
41
- } from "./chunk-SKBLJA43.js";
41
+ } from "./chunk-646P2DOR.js";
42
42
  import "./chunk-5RC6M6GX.js";
43
43
  import {
44
44
  LogicalFileSystem,
@@ -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("14.0.0-next.6");
74
+ var VERSION = new Version("14.0.0-next.7");
75
75
 
76
76
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
77
77
  var NgTscPlugin = class {
@@ -6,7 +6,7 @@
6
6
  import {
7
7
  ConsoleLogger,
8
8
  LogLevel
9
- } from "../../chunk-SKBLJA43.js";
9
+ } from "../../chunk-646P2DOR.js";
10
10
  import {
11
11
  FatalLinkerError,
12
12
  FileLinker,
@@ -5,18 +5,18 @@
5
5
 
6
6
  import {
7
7
  mainNgcc
8
- } from "../chunk-7GYYYAZG.js";
8
+ } from "../chunk-VGNMN2NK.js";
9
9
  import "../chunk-QDWL7SZJ.js";
10
10
  import {
11
11
  clearTsConfigCache
12
- } from "../chunk-NYXF6G67.js";
12
+ } from "../chunk-NM2N677S.js";
13
13
  import "../chunk-KMCI52ED.js";
14
14
  import "../chunk-26T3CJIJ.js";
15
15
  import "../chunk-AR265E4B.js";
16
16
  import {
17
17
  ConsoleLogger,
18
18
  LogLevel
19
- } from "../chunk-SKBLJA43.js";
19
+ } from "../chunk-646P2DOR.js";
20
20
  import "../chunk-K2Z44JHH.js";
21
21
  import "../chunk-5RC6M6GX.js";
22
22
  import {
@@ -6,16 +6,16 @@
6
6
 
7
7
  import {
8
8
  parseCommandLineOptions
9
- } from "../chunk-Z2HS4HDG.js";
9
+ } from "../chunk-MXJN5K6C.js";
10
10
  import {
11
11
  mainNgcc
12
- } from "../chunk-7GYYYAZG.js";
12
+ } from "../chunk-VGNMN2NK.js";
13
13
  import "../chunk-QDWL7SZJ.js";
14
- import "../chunk-NYXF6G67.js";
14
+ import "../chunk-NM2N677S.js";
15
15
  import "../chunk-KMCI52ED.js";
16
16
  import "../chunk-26T3CJIJ.js";
17
17
  import "../chunk-AR265E4B.js";
18
- import "../chunk-SKBLJA43.js";
18
+ import "../chunk-646P2DOR.js";
19
19
  import "../chunk-K2Z44JHH.js";
20
20
  import "../chunk-5RC6M6GX.js";
21
21
  import "../chunk-FXU7FMZC.js";
@@ -5,7 +5,7 @@
5
5
 
6
6
  import {
7
7
  parseCommandLineOptions
8
- } from "../../../../chunk-Z2HS4HDG.js";
8
+ } from "../../../../chunk-MXJN5K6C.js";
9
9
  import {
10
10
  PackageJsonUpdate,
11
11
  applyChange,
@@ -13,11 +13,11 @@ import {
13
13
  getSharedSetup,
14
14
  sendMessageToMaster,
15
15
  stringifyTask
16
- } from "../../../../chunk-NYXF6G67.js";
16
+ } from "../../../../chunk-NM2N677S.js";
17
17
  import "../../../../chunk-KMCI52ED.js";
18
18
  import "../../../../chunk-26T3CJIJ.js";
19
19
  import "../../../../chunk-AR265E4B.js";
20
- import "../../../../chunk-SKBLJA43.js";
20
+ import "../../../../chunk-646P2DOR.js";
21
21
  import "../../../../chunk-K2Z44JHH.js";
22
22
  import "../../../../chunk-5RC6M6GX.js";
23
23
  import "../../../../chunk-FXU7FMZC.js";
@@ -8,7 +8,7 @@ import {
8
8
  } from "../../../../chunk-QDWL7SZJ.js";
9
9
  import {
10
10
  ConsoleLogger
11
- } from "../../../../chunk-SKBLJA43.js";
11
+ } from "../../../../chunk-646P2DOR.js";
12
12
  import {
13
13
  NodeJSFileSystem
14
14
  } from "../../../../chunk-FXU7FMZC.js";
@@ -6,7 +6,7 @@
6
6
  import {
7
7
  ConsoleLogger,
8
8
  LogLevel
9
- } from "../chunk-SKBLJA43.js";
9
+ } from "../chunk-646P2DOR.js";
10
10
  import {
11
11
  SourceFile,
12
12
  SourceFileLoader