@angular/compiler-cli 17.1.0-next.0 → 17.1.0-next.2

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 (48) hide show
  1. package/bundles/{chunk-UTWZHLA4.js → chunk-54K5L6NG.js} +30 -30
  2. package/bundles/{chunk-XCEXKEDO.js → chunk-6GUXR7F5.js} +11 -11
  3. package/bundles/{chunk-MTZGVQDN.js → chunk-OYL5JDZA.js} +205 -118
  4. package/bundles/chunk-OYL5JDZA.js.map +6 -0
  5. package/bundles/{chunk-DUY2FPLZ.js → chunk-QPMYDNZG.js} +7 -7
  6. package/bundles/{chunk-U6JZJXY2.js → chunk-QWNQBN2Z.js} +5 -5
  7. package/bundles/{chunk-64JBPJBS.js → chunk-R4KQI5XI.js} +5 -5
  8. package/bundles/{chunk-VHIKXGRX.js → chunk-RLZPCAR3.js} +28 -27
  9. package/bundles/{chunk-VHIKXGRX.js.map → chunk-RLZPCAR3.js.map} +1 -1
  10. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  11. package/bundles/{chunk-EMC3QXAT.js → chunk-TNVYLY25.js} +4 -4
  12. package/bundles/{chunk-JZC4T2RR.js → chunk-UHYH6BYB.js} +1 -1
  13. package/bundles/{chunk-2UJEML3U.js → chunk-VOXK3NAL.js} +97 -85
  14. package/bundles/chunk-VOXK3NAL.js.map +6 -0
  15. package/bundles/{chunk-2WQIUGOU.js → chunk-WCD6LVCP.js} +7 -7
  16. package/bundles/index.js +13 -13
  17. package/bundles/linker/babel/index.js +13 -13
  18. package/bundles/linker/index.js +5 -5
  19. package/bundles/ngcc/index.js +1 -1
  20. package/bundles/private/bazel.js +1 -1
  21. package/bundles/private/localize.js +3 -3
  22. package/bundles/private/migrations.js +6 -6
  23. package/bundles/private/tooling.js +4 -4
  24. package/bundles/src/bin/ng_xi18n.js +11 -11
  25. package/bundles/src/bin/ngc.js +9 -9
  26. package/bundles_metadata.json +1 -1
  27. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  28. package/package.json +2 -2
  29. package/src/bin/ng_xi18n.d.ts +1 -1
  30. package/src/bin/ngc.d.ts +1 -1
  31. package/src/ngtsc/core/src/host.d.ts +3 -2
  32. package/src/ngtsc/diagnostics/src/error_code.d.ts +14 -0
  33. package/src/ngtsc/typecheck/api/api.d.ts +4 -0
  34. package/src/ngtsc/typecheck/api/context.d.ts +3 -1
  35. package/src/ngtsc/typecheck/src/context.d.ts +1 -1
  36. package/src/ngtsc/typecheck/src/oob.d.ts +6 -1
  37. package/src/ngtsc/typecheck/src/type_check_block.d.ts +3 -1
  38. package/bundles/chunk-2UJEML3U.js.map +0 -6
  39. package/bundles/chunk-MTZGVQDN.js.map +0 -6
  40. /package/bundles/{chunk-UTWZHLA4.js.map → chunk-54K5L6NG.js.map} +0 -0
  41. /package/bundles/{chunk-XCEXKEDO.js.map → chunk-6GUXR7F5.js.map} +0 -0
  42. /package/bundles/{chunk-DUY2FPLZ.js.map → chunk-QPMYDNZG.js.map} +0 -0
  43. /package/bundles/{chunk-U6JZJXY2.js.map → chunk-QWNQBN2Z.js.map} +0 -0
  44. /package/bundles/{chunk-64JBPJBS.js.map → chunk-R4KQI5XI.js.map} +0 -0
  45. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  46. /package/bundles/{chunk-EMC3QXAT.js.map → chunk-TNVYLY25.js.map} +0 -0
  47. /package/bundles/{chunk-JZC4T2RR.js.map → chunk-UHYH6BYB.js.map} +0 -0
  48. /package/bundles/{chunk-2WQIUGOU.js.map → chunk-WCD6LVCP.js.map} +0 -0
@@ -5,12 +5,12 @@
5
5
  import {
6
6
  Context,
7
7
  ExpressionTranslatorVisitor
8
- } from "./chunk-XCEXKEDO.js";
8
+ } from "./chunk-6GUXR7F5.js";
9
9
  import {
10
10
  SourceFileLoader
11
- } from "./chunk-2WQIUGOU.js";
11
+ } from "./chunk-WCD6LVCP.js";
12
12
 
13
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
13
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
14
14
  var FatalLinkerError = class extends Error {
15
15
  constructor(node, message) {
16
16
  super(message);
@@ -22,14 +22,14 @@ function isFatalLinkerError(e) {
22
22
  return e && e.type === "FatalLinkerError";
23
23
  }
24
24
 
25
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
25
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
26
26
  function assert(node, predicate, expected) {
27
27
  if (!predicate(node)) {
28
28
  throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
29
29
  }
30
30
  }
31
31
 
32
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
32
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
33
33
  import * as o from "@angular/compiler";
34
34
  var AstObject = class {
35
35
  static parse(expression, host) {
@@ -155,10 +155,10 @@ var AstValue = class {
155
155
  }
156
156
  };
157
157
 
158
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
158
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
159
159
  import { ConstantPool } from "@angular/compiler";
160
160
 
161
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
161
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
162
162
  var LinkerImportGenerator = class {
163
163
  constructor(ngImport) {
164
164
  this.ngImport = ngImport;
@@ -178,7 +178,7 @@ var LinkerImportGenerator = class {
178
178
  }
179
179
  };
180
180
 
181
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
182
182
  var EmitScope = class {
183
183
  constructor(ngImport, translator, factory) {
184
184
  this.ngImport = ngImport;
@@ -207,7 +207,7 @@ var EmitScope = class {
207
207
  }
208
208
  };
209
209
 
210
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
210
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
211
211
  var LocalEmitScope = class extends EmitScope {
212
212
  translateDefinition(definition) {
213
213
  return super.translateDefinition({
@@ -220,10 +220,10 @@ var LocalEmitScope = class extends EmitScope {
220
220
  }
221
221
  };
222
222
 
223
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
223
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
224
224
  import semver2 from "semver";
225
225
 
226
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
226
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
227
227
  function createGetSourceFile(sourceUrl, code, loader) {
228
228
  if (loader === null) {
229
229
  return () => null;
@@ -238,7 +238,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
238
238
  }
239
239
  }
240
240
 
241
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
241
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
242
242
  import { compileClassMetadata } from "@angular/compiler";
243
243
  var PartialClassMetadataLinkerVersion1 = class {
244
244
  linkPartialDeclaration(constantPool, metaObj) {
@@ -258,16 +258,16 @@ function toR3ClassMetadata(metaObj) {
258
258
  };
259
259
  }
260
260
 
261
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
261
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
262
262
  import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher, ViewEncapsulation } from "@angular/compiler";
263
263
  import semver from "semver";
264
264
 
265
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
265
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
266
266
  import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
267
267
 
268
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
268
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
269
269
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
270
- var PLACEHOLDER_VERSION = "17.1.0-next.0";
270
+ var PLACEHOLDER_VERSION = "17.1.0-next.2";
271
271
  function wrapReference(wrapped) {
272
272
  return { value: wrapped, type: wrapped };
273
273
  }
@@ -314,7 +314,7 @@ function extractForwardRef(expr) {
314
314
  return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
315
315
  }
316
316
 
317
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
317
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
318
318
  var PartialDirectiveLinkerVersion1 = class {
319
319
  constructor(sourceUrl, code) {
320
320
  this.sourceUrl = sourceUrl;
@@ -444,7 +444,7 @@ function createSourceSpan(range, code, sourceUrl) {
444
444
  return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
445
445
  }
446
446
 
447
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
447
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
448
448
  function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
449
449
  return {
450
450
  kind: R3TemplateDependencyKind.Directive,
@@ -660,7 +660,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
660
660
  return enumValue;
661
661
  }
662
662
 
663
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
663
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
664
664
  import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
665
665
  var PartialFactoryLinkerVersion1 = class {
666
666
  linkPartialDeclaration(constantPool, metaObj) {
@@ -696,7 +696,7 @@ function getDependencies(metaObj, propName) {
696
696
  return null;
697
697
  }
698
698
 
699
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
699
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
700
700
  import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
701
701
  var PartialInjectableLinkerVersion1 = class {
702
702
  linkPartialDeclaration(constantPool, metaObj) {
@@ -734,7 +734,7 @@ function toR3InjectableMeta(metaObj) {
734
734
  return meta;
735
735
  }
736
736
 
737
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
737
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
738
738
  import { compileInjector } from "@angular/compiler";
739
739
  var PartialInjectorLinkerVersion1 = class {
740
740
  linkPartialDeclaration(constantPool, metaObj) {
@@ -756,7 +756,7 @@ function toR3InjectorMeta(metaObj) {
756
756
  };
757
757
  }
758
758
 
759
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
759
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
760
760
  import { compileNgModule, R3NgModuleMetadataKind, R3SelectorScopeMode } from "@angular/compiler";
761
761
  var PartialNgModuleLinkerVersion1 = class {
762
762
  constructor(emitInline) {
@@ -828,7 +828,7 @@ function wrapReferences(values) {
828
828
  return values.getArray().map((i) => wrapReference(i.getOpaque()));
829
829
  }
830
830
 
831
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
831
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
832
832
  import { compilePipeFromMetadata } from "@angular/compiler";
833
833
  var PartialPipeLinkerVersion1 = class {
834
834
  constructor() {
@@ -857,7 +857,7 @@ function toR3PipeMeta(metaObj) {
857
857
  };
858
858
  }
859
859
 
860
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
860
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
861
861
  var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
862
862
  var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
863
863
  var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
@@ -951,7 +951,7 @@ function getRange(comparator, versionStr) {
951
951
  return new semver2.Range(`${comparator}${version.format()}`);
952
952
  }
953
953
 
954
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
954
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
955
955
  var FileLinker = class {
956
956
  constructor(linkerEnvironment, sourceUrl, code) {
957
957
  this.linkerEnvironment = linkerEnvironment;
@@ -994,14 +994,14 @@ var FileLinker = class {
994
994
  }
995
995
  };
996
996
 
997
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
997
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
998
998
  var DEFAULT_LINKER_OPTIONS = {
999
999
  sourceMapping: true,
1000
1000
  linkerJitMode: false,
1001
1001
  unknownDeclarationVersionHandling: "error"
1002
1002
  };
1003
1003
 
1004
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
1004
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
1005
1005
  var Translator = class {
1006
1006
  constructor(factory) {
1007
1007
  this.factory = factory;
@@ -1014,7 +1014,7 @@ var Translator = class {
1014
1014
  }
1015
1015
  };
1016
1016
 
1017
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
1017
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
1018
1018
  var LinkerEnvironment = class {
1019
1019
  constructor(fileSystem, logger, host, factory, options) {
1020
1020
  this.fileSystem = fileSystem;
@@ -1035,7 +1035,7 @@ var LinkerEnvironment = class {
1035
1035
  }
1036
1036
  };
1037
1037
 
1038
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1038
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1039
1039
  function needsLinking(path, source) {
1040
1040
  return declarationFunctions.some((fn) => source.includes(fn));
1041
1041
  }
@@ -1056,4 +1056,4 @@ export {
1056
1056
  * Use of this source code is governed by an MIT-style license that can be
1057
1057
  * found in the LICENSE file at https://angular.io/license
1058
1058
  */
1059
- //# sourceMappingURL=chunk-UTWZHLA4.js.map
1059
+ //# sourceMappingURL=chunk-54K5L6NG.js.map
@@ -7,9 +7,9 @@ import {
7
7
  NoopImportRewriter,
8
8
  Reference,
9
9
  assertSuccessfulReferenceEmit
10
- } from "./chunk-VHIKXGRX.js";
10
+ } from "./chunk-RLZPCAR3.js";
11
11
 
12
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
12
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
13
13
  var Context = class {
14
14
  constructor(isStatement) {
15
15
  this.isStatement = isStatement;
@@ -22,7 +22,7 @@ var Context = class {
22
22
  }
23
23
  };
24
24
 
25
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
25
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
26
26
  import * as o from "@angular/compiler";
27
27
  var UNARY_OPERATORS = /* @__PURE__ */ new Map([
28
28
  [o.UnaryOperator.Minus, "-"],
@@ -260,7 +260,7 @@ function createRange(span) {
260
260
  };
261
261
  }
262
262
 
263
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
263
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
264
264
  import ts from "typescript";
265
265
  var ImportManager = class {
266
266
  constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
@@ -296,7 +296,7 @@ var ImportManager = class {
296
296
  }
297
297
  };
298
298
 
299
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
299
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
300
300
  import ts2 from "typescript";
301
301
  var INELIGIBLE = {};
302
302
  function canEmitType(type, canEmit) {
@@ -371,11 +371,11 @@ var TypeEmitter = class {
371
371
  }
372
372
  };
373
373
 
374
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
374
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
375
375
  import * as o2 from "@angular/compiler";
376
376
  import ts4 from "typescript";
377
377
 
378
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
378
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
379
379
  import ts3 from "typescript";
380
380
  function tsNumericExpression(value) {
381
381
  if (value < 0) {
@@ -385,7 +385,7 @@ function tsNumericExpression(value) {
385
385
  return ts3.factory.createNumericLiteral(value);
386
386
  }
387
387
 
388
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
388
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
389
389
  function translateType(type, contextFile, reflector, refEmitter, imports) {
390
390
  return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
391
391
  }
@@ -599,7 +599,7 @@ var TypeTranslatorVisitor = class {
599
599
  }
600
600
  };
601
601
 
602
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
602
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
603
603
  import ts5 from "typescript";
604
604
  var PureAnnotation;
605
605
  (function(PureAnnotation2) {
@@ -795,7 +795,7 @@ function attachComments(statement, leadingComments) {
795
795
  }
796
796
  }
797
797
 
798
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
798
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
799
799
  function translateExpression(expression, imports, options = {}) {
800
800
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
801
801
  }
@@ -827,4 +827,4 @@ export {
827
827
  * Use of this source code is governed by an MIT-style license that can be
828
828
  * found in the LICENSE file at https://angular.io/license
829
829
  */
830
- //# sourceMappingURL=chunk-XCEXKEDO.js.map
830
+ //# sourceMappingURL=chunk-6GUXR7F5.js.map