@angular/compiler-cli 14.0.0-next.11 → 14.0.0-next.12

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.
Files changed (46) hide show
  1. package/bundles/{chunk-2IMT6JFI.js → chunk-5K2JLFXT.js} +6 -6
  2. package/bundles/{chunk-2IMT6JFI.js.map → chunk-5K2JLFXT.js.map} +0 -0
  3. package/bundles/{chunk-UMDDHI5B.js → chunk-6356XFP6.js} +26 -26
  4. package/bundles/{chunk-UMDDHI5B.js.map → chunk-6356XFP6.js.map} +0 -0
  5. package/bundles/{chunk-OLGEBPBY.js → chunk-BRHP6XKM.js} +4 -4
  6. package/bundles/{chunk-OLGEBPBY.js.map → chunk-BRHP6XKM.js.map} +0 -0
  7. package/bundles/{chunk-FDAHGRSF.js → chunk-GAGUQCGV.js} +40 -40
  8. package/bundles/{chunk-FDAHGRSF.js.map → chunk-GAGUQCGV.js.map} +0 -0
  9. package/bundles/{chunk-RYXFJXXN.js → chunk-GMECRI4A.js} +71 -71
  10. package/bundles/{chunk-RYXFJXXN.js.map → chunk-GMECRI4A.js.map} +0 -0
  11. package/bundles/{chunk-R4NY3TJC.js → chunk-LC26KH5A.js} +5 -5
  12. package/bundles/{chunk-R4NY3TJC.js.map → chunk-LC26KH5A.js.map} +0 -0
  13. package/bundles/{chunk-LQLIHXU2.js → chunk-LV3S6HFU.js} +70 -70
  14. package/bundles/{chunk-LQLIHXU2.js.map → chunk-LV3S6HFU.js.map} +0 -0
  15. package/bundles/{chunk-ESNS3BVQ.js → chunk-MGNOHKS6.js} +82 -82
  16. package/bundles/{chunk-ESNS3BVQ.js.map → chunk-MGNOHKS6.js.map} +0 -0
  17. package/bundles/{chunk-R3C7RFJ4.js → chunk-SJL5HBUW.js} +2 -2
  18. package/bundles/{chunk-R3C7RFJ4.js.map → chunk-SJL5HBUW.js.map} +0 -0
  19. package/bundles/{chunk-FJDIFR5C.js → chunk-T7KW7P7D.js} +31 -31
  20. package/bundles/{chunk-FJDIFR5C.js.map → chunk-T7KW7P7D.js.map} +0 -0
  21. package/bundles/{chunk-T7MYRXIE.js → chunk-TD64C4QJ.js} +7 -7
  22. package/bundles/{chunk-T7MYRXIE.js.map → chunk-TD64C4QJ.js.map} +0 -0
  23. package/bundles/{chunk-W6KM7BUM.js → chunk-TV7VZNWL.js} +6 -6
  24. package/bundles/{chunk-W6KM7BUM.js.map → chunk-TV7VZNWL.js.map} +0 -0
  25. package/bundles/{chunk-DNXEJI2I.js → chunk-TXPPTZTK.js} +5 -5
  26. package/bundles/{chunk-DNXEJI2I.js.map → chunk-TXPPTZTK.js.map} +0 -0
  27. package/bundles/{chunk-WGBFSDVQ.js → chunk-WH4QSABR.js} +7 -7
  28. package/bundles/{chunk-WGBFSDVQ.js.map → chunk-WH4QSABR.js.map} +0 -0
  29. package/bundles/{chunk-LX5Q27EF.js → chunk-ZCDB56AX.js} +3 -3
  30. package/bundles/{chunk-LX5Q27EF.js.map → chunk-ZCDB56AX.js.map} +0 -0
  31. package/bundles/index.js +12 -12
  32. package/bundles/linker/babel/index.js +12 -12
  33. package/bundles/linker/index.js +4 -4
  34. package/bundles/ngcc/index.js +12 -12
  35. package/bundles/ngcc/main-ngcc.js +13 -13
  36. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
  37. package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
  38. package/bundles/private/bazel.js +1 -1
  39. package/bundles/private/localize.js +3 -3
  40. package/bundles/private/migrations.js +5 -5
  41. package/bundles/private/tooling.js +2 -2
  42. package/bundles/src/bin/ng_xi18n.js +10 -10
  43. package/bundles/src/bin/ngc.js +8 -8
  44. package/bundles_metadata.json +1 -1
  45. package/ngcc/src/packages/build_marker.d.ts +1 -1
  46. package/package.json +2 -2
@@ -5,17 +5,17 @@
5
5
 
6
6
  import {
7
7
  SourceFileLoader
8
- } from "./chunk-WGBFSDVQ.js";
8
+ } from "./chunk-WH4QSABR.js";
9
9
  import {
10
10
  Context,
11
11
  ExpressionTranslatorVisitor
12
- } from "./chunk-UMDDHI5B.js";
12
+ } from "./chunk-6356XFP6.js";
13
13
  import {
14
14
  __spreadProps,
15
15
  __spreadValues
16
16
  } from "./chunk-GMSUYBZP.js";
17
17
 
18
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
18
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
19
19
  var FatalLinkerError = class extends Error {
20
20
  constructor(node, message) {
21
21
  super(message);
@@ -27,14 +27,14 @@ function isFatalLinkerError(e) {
27
27
  return e && e.type === "FatalLinkerError";
28
28
  }
29
29
 
30
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
30
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
31
31
  function assert(node, predicate, expected) {
32
32
  if (!predicate(node)) {
33
33
  throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
34
34
  }
35
35
  }
36
36
 
37
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
37
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
38
38
  import * as o from "@angular/compiler";
39
39
  var AstObject = class {
40
40
  constructor(expression, obj, host) {
@@ -160,10 +160,10 @@ var AstValue = class {
160
160
  }
161
161
  };
162
162
 
163
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
163
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
164
164
  import { ConstantPool } from "@angular/compiler";
165
165
 
166
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
166
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
167
167
  var LinkerImportGenerator = class {
168
168
  constructor(ngImport) {
169
169
  this.ngImport = ngImport;
@@ -183,7 +183,7 @@ var LinkerImportGenerator = class {
183
183
  }
184
184
  };
185
185
 
186
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
186
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
187
187
  var EmitScope = class {
188
188
  constructor(ngImport, translator, factory) {
189
189
  this.ngImport = ngImport;
@@ -212,7 +212,7 @@ var EmitScope = class {
212
212
  }
213
213
  };
214
214
 
215
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
215
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
216
216
  var LocalEmitScope = class extends EmitScope {
217
217
  translateDefinition(definition) {
218
218
  return super.translateDefinition({
@@ -225,10 +225,10 @@ var LocalEmitScope = class extends EmitScope {
225
225
  }
226
226
  };
227
227
 
228
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
228
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
229
229
  import semver from "semver";
230
230
 
231
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
231
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
232
232
  function createGetSourceFile(sourceUrl, code, loader) {
233
233
  if (loader === null) {
234
234
  return () => null;
@@ -243,7 +243,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
243
243
  }
244
244
  }
245
245
 
246
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
246
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
247
247
  import { compileClassMetadata } from "@angular/compiler";
248
248
  var PartialClassMetadataLinkerVersion1 = class {
249
249
  linkPartialDeclaration(constantPool, metaObj) {
@@ -263,13 +263,13 @@ function toR3ClassMetadata(metaObj) {
263
263
  };
264
264
  }
265
265
 
266
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
266
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
267
267
  import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, ViewEncapsulation } from "@angular/compiler";
268
268
 
269
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
269
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
270
270
  import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
271
271
 
272
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
272
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
273
273
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
274
274
  function wrapReference(wrapped) {
275
275
  return { value: wrapped, type: wrapped };
@@ -317,7 +317,7 @@ function extractForwardRef(expr) {
317
317
  return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
318
318
  }
319
319
 
320
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
320
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
321
321
  var PartialDirectiveLinkerVersion1 = class {
322
322
  constructor(sourceUrl, code) {
323
323
  this.sourceUrl = sourceUrl;
@@ -415,7 +415,7 @@ function createSourceSpan(range, code, sourceUrl) {
415
415
  return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
416
416
  }
417
417
 
418
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
418
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
419
419
  var PartialComponentLinkerVersion1 = class {
420
420
  constructor(getSourceFile, sourceUrl, code) {
421
421
  this.getSourceFile = getSourceFile;
@@ -571,7 +571,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
571
571
  return enumValue;
572
572
  }
573
573
 
574
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
574
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
575
575
  import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
576
576
  var PartialFactoryLinkerVersion1 = class {
577
577
  linkPartialDeclaration(constantPool, metaObj) {
@@ -608,7 +608,7 @@ function getDependencies(metaObj, propName) {
608
608
  return null;
609
609
  }
610
610
 
611
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
611
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
612
612
  import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
613
613
  var PartialInjectableLinkerVersion1 = class {
614
614
  linkPartialDeclaration(constantPool, metaObj) {
@@ -647,7 +647,7 @@ function toR3InjectableMeta(metaObj) {
647
647
  return meta;
648
648
  }
649
649
 
650
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
650
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
651
651
  import { compileInjector } from "@angular/compiler";
652
652
  var PartialInjectorLinkerVersion1 = class {
653
653
  linkPartialDeclaration(constantPool, metaObj) {
@@ -670,7 +670,7 @@ function toR3InjectorMeta(metaObj) {
670
670
  };
671
671
  }
672
672
 
673
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
673
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
674
674
  import { compileNgModule, R3SelectorScopeMode } from "@angular/compiler";
675
675
  var PartialNgModuleLinkerVersion1 = class {
676
676
  constructor(emitInline) {
@@ -741,7 +741,7 @@ function wrapReferences(values) {
741
741
  return values.getArray().map((i) => wrapReference(i.getOpaque()));
742
742
  }
743
743
 
744
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
744
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
745
745
  import { compilePipeFromMetadata } from "@angular/compiler";
746
746
  var PartialPipeLinkerVersion1 = class {
747
747
  constructor() {
@@ -771,7 +771,7 @@ function toR3PipeMeta(metaObj) {
771
771
  };
772
772
  }
773
773
 
774
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
774
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
775
775
  var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
776
776
  var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
777
777
  var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
@@ -792,7 +792,7 @@ var declarationFunctions = [
792
792
  ];
793
793
  function createLinkerMap(environment, sourceUrl, code) {
794
794
  const linkers = /* @__PURE__ */ new Map();
795
- const LATEST_VERSION_RANGE = getRange("<=", "14.0.0-next.11");
795
+ const LATEST_VERSION_RANGE = getRange("<=", "14.0.0-next.12");
796
796
  linkers.set(\u0275\u0275ngDeclareDirective, [
797
797
  { range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
798
798
  ]);
@@ -839,7 +839,7 @@ var PartialLinkerSelector = class {
839
839
  throw new Error(`Unknown partial declaration function ${functionName}.`);
840
840
  }
841
841
  const linkerRanges = this.linkers.get(functionName);
842
- if (version === "14.0.0-next.11") {
842
+ if (version === "14.0.0-next.12") {
843
843
  return linkerRanges[linkerRanges.length - 1].linker;
844
844
  }
845
845
  const declarationRange = getRange(">=", minVersion);
@@ -865,7 +865,7 @@ function getRange(comparator, versionStr) {
865
865
  return new semver.Range(`${comparator}${version.format()}`);
866
866
  }
867
867
 
868
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
868
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
869
869
  var FileLinker = class {
870
870
  constructor(linkerEnvironment, sourceUrl, code) {
871
871
  this.linkerEnvironment = linkerEnvironment;
@@ -908,14 +908,14 @@ var FileLinker = class {
908
908
  }
909
909
  };
910
910
 
911
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
911
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
912
912
  var DEFAULT_LINKER_OPTIONS = {
913
913
  sourceMapping: true,
914
914
  linkerJitMode: false,
915
915
  unknownDeclarationVersionHandling: "error"
916
916
  };
917
917
 
918
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
918
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
919
919
  var Translator = class {
920
920
  constructor(factory) {
921
921
  this.factory = factory;
@@ -928,7 +928,7 @@ var Translator = class {
928
928
  }
929
929
  };
930
930
 
931
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
931
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
932
932
  var LinkerEnvironment = class {
933
933
  constructor(fileSystem, logger, host, factory, options) {
934
934
  this.fileSystem = fileSystem;
@@ -949,7 +949,7 @@ var LinkerEnvironment = class {
949
949
  }
950
950
  };
951
951
 
952
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
952
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
953
953
  function needsLinking(path, source) {
954
954
  return declarationFunctions.some((fn) => source.includes(fn));
955
955
  }
@@ -970,4 +970,4 @@ export {
970
970
  * Use of this source code is governed by an MIT-style license that can be
971
971
  * found in the LICENSE file at https://angular.io/license
972
972
  */
973
- //# sourceMappingURL=chunk-FJDIFR5C.js.map
973
+ //# sourceMappingURL=chunk-T7KW7P7D.js.map
@@ -7,7 +7,7 @@ import {
7
7
  __require
8
8
  } from "./chunk-GMSUYBZP.js";
9
9
 
10
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
10
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
11
11
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
12
12
  function normalizeSeparators(path) {
13
13
  return path.replace(/\\/g, "/");
@@ -23,7 +23,7 @@ function getSourceFileOrError(program, fileName) {
23
23
  return sf;
24
24
  }
25
25
 
26
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
26
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
27
27
  var InvalidFileSystem = class {
28
28
  exists(path) {
29
29
  throw makeError();
@@ -111,7 +111,7 @@ function makeError() {
111
111
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
112
112
  }
113
113
 
114
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
114
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
115
115
  var fs = new InvalidFileSystem();
116
116
  function getFileSystem() {
117
117
  return fs;
@@ -168,7 +168,7 @@ function toRelativeImport(relativePath) {
168
168
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
169
169
  }
170
170
 
171
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
171
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
172
172
  import * as os from "os";
173
173
  import ts from "typescript";
174
174
  var NgtscCompilerHost = class {
@@ -226,7 +226,7 @@ var NgtscCompilerHost = class {
226
226
  }
227
227
  };
228
228
 
229
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
229
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
230
230
  var LogicalProjectPath = {
231
231
  relativePathBetween: function(from, to) {
232
232
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -272,7 +272,7 @@ function isWithinBasePath(base, path) {
272
272
  return isLocalRelativePath(relative(base, path));
273
273
  }
274
274
 
275
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
275
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
276
276
  import * as fs2 from "fs";
277
277
  import module from "module";
278
278
  import * as p from "path";
@@ -424,4 +424,4 @@ export {
424
424
  * Use of this source code is governed by an MIT-style license that can be
425
425
  * found in the LICENSE file at https://angular.io/license
426
426
  */
427
- //# sourceMappingURL=chunk-T7MYRXIE.js.map
427
+ //# sourceMappingURL=chunk-TD64C4QJ.js.map
@@ -5,16 +5,16 @@
5
5
 
6
6
  import {
7
7
  TypeScriptReflectionHost
8
- } from "./chunk-2IMT6JFI.js";
8
+ } from "./chunk-5K2JLFXT.js";
9
9
  import {
10
10
  __spreadProps,
11
11
  __spreadValues
12
12
  } from "./chunk-GMSUYBZP.js";
13
13
 
14
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
14
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
15
15
  import ts2 from "typescript";
16
16
 
17
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.mjs
17
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.mjs
18
18
  import ts from "typescript";
19
19
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
20
20
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -49,7 +49,7 @@ function throwIncompatibleTransformationContextError() {
49
49
  throw Error("Unable to downlevel Angular decorators due to an incompatible TypeScript version.\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
50
50
  }
51
51
 
52
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
52
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
53
53
  function isAngularDecorator(decorator, isCore) {
54
54
  return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
55
55
  }
@@ -353,7 +353,7 @@ function getDownlevelDecoratorsTransform(typeChecker, host, diagnostics, isCore,
353
353
  };
354
354
  }
355
355
 
356
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
356
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
357
357
  var GLOBAL_DEFS_FOR_TERSER = {
358
358
  ngDevMode: false,
359
359
  ngI18nClosureMode: false
@@ -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-W6KM7BUM.js.map
382
+ //# sourceMappingURL=chunk-TV7VZNWL.js.map
@@ -14,17 +14,17 @@ import {
14
14
  formatDiagnostics,
15
15
  performCompilation,
16
16
  readConfiguration
17
- } from "./chunk-ESNS3BVQ.js";
17
+ } from "./chunk-MGNOHKS6.js";
18
18
  import {
19
19
  __spreadProps,
20
20
  __spreadValues
21
21
  } from "./chunk-GMSUYBZP.js";
22
22
 
23
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
23
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/main.mjs
24
24
  import ts2 from "typescript";
25
25
  import yargs from "yargs";
26
26
 
27
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
27
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
28
28
  import * as chokidar from "chokidar";
29
29
  import * as path from "path";
30
30
  import ts from "typescript";
@@ -240,7 +240,7 @@ function performWatchCompilation(host) {
240
240
  }
241
241
  }
242
242
 
243
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
243
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/main.mjs
244
244
  function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles, tsickle) {
245
245
  let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
246
246
  if (configErrors.length) {
@@ -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-DNXEJI2I.js.map
382
+ //# sourceMappingURL=chunk-TXPPTZTK.js.map
@@ -7,11 +7,11 @@ import {
7
7
  __spreadValues
8
8
  } from "./chunk-GMSUYBZP.js";
9
9
 
10
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
10
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
11
11
  import mapHelpers from "convert-source-map";
12
12
  import { decode, encode } from "sourcemap-codec";
13
13
 
14
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
14
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
15
15
  function compareSegments(a, b) {
16
16
  return a.position - b.position;
17
17
  }
@@ -31,7 +31,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
31
31
  return { line, column, position, next: void 0 };
32
32
  }
33
33
 
34
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
34
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
35
35
  function removeSourceMapComments(contents) {
36
36
  return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
37
37
  }
@@ -282,10 +282,10 @@ var Cache = class {
282
282
  }
283
283
  };
284
284
 
285
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
285
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
286
286
  import mapHelpers2 from "convert-source-map";
287
287
 
288
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
288
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
289
289
  var ContentOrigin;
290
290
  (function(ContentOrigin2) {
291
291
  ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
@@ -293,7 +293,7 @@ var ContentOrigin;
293
293
  ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
294
294
  })(ContentOrigin || (ContentOrigin = {}));
295
295
 
296
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
296
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
297
297
  var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
298
298
  var SourceFileLoader = class {
299
299
  constructor(fs, logger, schemeMap) {
@@ -421,4 +421,4 @@ export {
421
421
  * Use of this source code is governed by an MIT-style license that can be
422
422
  * found in the LICENSE file at https://angular.io/license
423
423
  */
424
- //# sourceMappingURL=chunk-WGBFSDVQ.js.map
424
+ //# sourceMappingURL=chunk-WH4QSABR.js.map
@@ -3,7 +3,7 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
  const __ESM_IMPORT_META_URL__ = import.meta.url;
5
5
 
6
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
6
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
7
7
  var LogLevel;
8
8
  (function(LogLevel2) {
9
9
  LogLevel2[LogLevel2["debug"] = 0] = "debug";
@@ -12,7 +12,7 @@ var LogLevel;
12
12
  LogLevel2[LogLevel2["error"] = 3] = "error";
13
13
  })(LogLevel || (LogLevel = {}));
14
14
 
15
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
15
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
16
16
  var RESET = "\x1B[0m";
17
17
  var RED = "\x1B[31m";
18
18
  var YELLOW = "\x1B[33m";
@@ -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-LX5Q27EF.js.map
56
+ //# sourceMappingURL=chunk-ZCDB56AX.js.map
package/bundles/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  GLOBAL_DEFS_FOR_TERSER,
8
8
  GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
9
9
  constructorParametersDownlevelTransform
10
- } from "./chunk-W6KM7BUM.js";
10
+ } from "./chunk-TV7VZNWL.js";
11
11
  import {
12
12
  DEFAULT_ERROR_CODE,
13
13
  EmitFlags,
@@ -30,16 +30,16 @@ import {
30
30
  isTsDiagnostic,
31
31
  performCompilation,
32
32
  readConfiguration
33
- } from "./chunk-ESNS3BVQ.js";
33
+ } from "./chunk-MGNOHKS6.js";
34
34
  import {
35
35
  untagAllTsFiles
36
- } from "./chunk-RYXFJXXN.js";
37
- import "./chunk-2IMT6JFI.js";
36
+ } from "./chunk-GMECRI4A.js";
37
+ import "./chunk-5K2JLFXT.js";
38
38
  import {
39
39
  ConsoleLogger,
40
40
  LogLevel
41
- } from "./chunk-LX5Q27EF.js";
42
- import "./chunk-UMDDHI5B.js";
41
+ } from "./chunk-ZCDB56AX.js";
42
+ import "./chunk-6356XFP6.js";
43
43
  import {
44
44
  LogicalFileSystem,
45
45
  LogicalProjectPath,
@@ -60,20 +60,20 @@ import {
60
60
  resolve,
61
61
  setFileSystem,
62
62
  toRelativeImport
63
- } from "./chunk-T7MYRXIE.js";
63
+ } from "./chunk-TD64C4QJ.js";
64
64
  import {
65
65
  ActivePerfRecorder,
66
66
  PerfPhase
67
- } from "./chunk-R4NY3TJC.js";
67
+ } from "./chunk-LC26KH5A.js";
68
68
  import {
69
69
  __spreadValues
70
70
  } from "./chunk-GMSUYBZP.js";
71
71
 
72
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
72
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version.mjs
73
73
  import { Version } from "@angular/compiler";
74
- var VERSION = new Version("14.0.0-next.11");
74
+ var VERSION = new Version("14.0.0-next.12");
75
75
 
76
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
76
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
77
77
  var NgTscPlugin = class {
78
78
  constructor(ngOptions) {
79
79
  this.ngOptions = ngOptions;
@@ -142,7 +142,7 @@ var NgTscPlugin = class {
142
142
  }
143
143
  };
144
144
 
145
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
145
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/index.mjs
146
146
  setFileSystem(new NodeJSFileSystem());
147
147
  export {
148
148
  ConsoleLogger,
@@ -6,26 +6,26 @@
6
6
  import {
7
7
  ConsoleLogger,
8
8
  LogLevel
9
- } from "../../chunk-LX5Q27EF.js";
9
+ } from "../../chunk-ZCDB56AX.js";
10
10
  import {
11
11
  FatalLinkerError,
12
12
  FileLinker,
13
13
  LinkerEnvironment,
14
14
  assert,
15
15
  isFatalLinkerError
16
- } from "../../chunk-FJDIFR5C.js";
17
- import "../../chunk-WGBFSDVQ.js";
18
- import "../../chunk-UMDDHI5B.js";
16
+ } from "../../chunk-T7KW7P7D.js";
17
+ import "../../chunk-WH4QSABR.js";
18
+ import "../../chunk-6356XFP6.js";
19
19
  import {
20
20
  NodeJSFileSystem
21
- } from "../../chunk-T7MYRXIE.js";
21
+ } from "../../chunk-TD64C4QJ.js";
22
22
  import {
23
23
  __objRest,
24
24
  __spreadProps,
25
25
  __spreadValues
26
26
  } from "../../chunk-GMSUYBZP.js";
27
27
 
28
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_core.mjs
28
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_core.mjs
29
29
  import * as _babelNamespace from "@babel/core";
30
30
  import _babelDefault from "@babel/core";
31
31
  var _a;
@@ -39,7 +39,7 @@ var NodePath = babel.NodePath;
39
39
  var transformSync = babel.transformSync;
40
40
  var parse = babel.parse;
41
41
 
42
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
42
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
43
43
  var BabelAstFactory = class {
44
44
  constructor(sourceUrl) {
45
45
  this.sourceUrl = sourceUrl;
@@ -152,7 +152,7 @@ function isLExpression(expr) {
152
152
  return types2.isLVal(expr);
153
153
  }
154
154
 
155
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
155
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
156
156
  var BabelAstHost = class {
157
157
  constructor() {
158
158
  this.isStringLiteral = types2.isStringLiteral;
@@ -269,7 +269,7 @@ function isMinifiedBooleanLiteral(node) {
269
269
  return types2.isUnaryExpression(node) && node.prefix && node.operator === "!" && types2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
270
270
  }
271
271
 
272
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
272
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
273
273
  var BabelDeclarationScope = class {
274
274
  constructor(declarationScope) {
275
275
  this.declarationScope = declarationScope;
@@ -294,7 +294,7 @@ var BabelDeclarationScope = class {
294
294
  }
295
295
  };
296
296
 
297
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
297
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
298
298
  function createEs2015LinkerPlugin(_a2) {
299
299
  var _b = _a2, { fileSystem, logger } = _b, options = __objRest(_b, ["fileSystem", "logger"]);
300
300
  let fileLinker = null;
@@ -396,7 +396,7 @@ function buildCodeFrameError(file, message, node) {
396
396
  return `${filename}: ${error.message}`;
397
397
  }
398
398
 
399
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
399
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
400
400
  function defaultLinkerPlugin(api, options) {
401
401
  api.assertVersion(7);
402
402
  return createEs2015LinkerPlugin(__spreadProps(__spreadValues({}, options), {
@@ -405,7 +405,7 @@ function defaultLinkerPlugin(api, options) {
405
405
  }));
406
406
  }
407
407
 
408
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
408
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
409
409
  var babel_default = defaultLinkerPlugin;
410
410
  export {
411
411
  createEs2015LinkerPlugin,
@@ -11,10 +11,10 @@ import {
11
11
  assert,
12
12
  isFatalLinkerError,
13
13
  needsLinking
14
- } from "../chunk-FJDIFR5C.js";
15
- import "../chunk-WGBFSDVQ.js";
16
- import "../chunk-UMDDHI5B.js";
17
- import "../chunk-T7MYRXIE.js";
14
+ } from "../chunk-T7KW7P7D.js";
15
+ import "../chunk-WH4QSABR.js";
16
+ import "../chunk-6356XFP6.js";
17
+ import "../chunk-TD64C4QJ.js";
18
18
  import "../chunk-GMSUYBZP.js";
19
19
  export {
20
20
  DEFAULT_LINKER_OPTIONS,