@angular/compiler-cli 16.0.0-rc.1 → 16.0.0-rc.3

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 (45) hide show
  1. package/bundles/{chunk-C4B5W2XC.js → chunk-2G3UVWBI.js} +8 -8
  2. package/bundles/{chunk-B6WD2R2T.js → chunk-7RPZKH3B.js} +21 -21
  3. package/bundles/{chunk-GVISPKNE.js → chunk-BC53B7EF.js} +5 -5
  4. package/bundles/{chunk-LYJKWJUC.js → chunk-CF2CT7RQ.js} +3 -3
  5. package/bundles/{chunk-TBUSSXUA.js → chunk-K2U2VZ7S.js} +7 -7
  6. package/bundles/{chunk-YGYAPJAN.js → chunk-N7X4GSO5.js} +110 -98
  7. package/bundles/chunk-N7X4GSO5.js.map +6 -0
  8. package/bundles/{chunk-SIHBKSBW.js → chunk-OKYKHPES.js} +31 -31
  9. package/bundles/{chunk-EKTJ7622.js → chunk-OULZQUKT.js} +7 -7
  10. package/bundles/{chunk-4MSEL6HO.js → chunk-QJ5WULBE.js} +180 -93
  11. package/bundles/chunk-QJ5WULBE.js.map +6 -0
  12. package/bundles/{chunk-FJTRGXZM.js → chunk-SQZL4JZ2.js} +5 -5
  13. package/bundles/{chunk-4UQC5DMJ.js → chunk-TCPBYER2.js} +6 -6
  14. package/bundles/{chunk-7PCPPTTO.js → chunk-URH5LEAG.js} +5 -5
  15. package/bundles/index.js +13 -13
  16. package/bundles/linker/babel/index.js +13 -13
  17. package/bundles/linker/index.js +5 -5
  18. package/bundles/private/bazel.js +1 -1
  19. package/bundles/private/localize.js +3 -3
  20. package/bundles/private/migrations.js +6 -6
  21. package/bundles/private/tooling.js +4 -4
  22. package/bundles/src/bin/ng_xi18n.js +11 -11
  23. package/bundles/src/bin/ngc.js +9 -9
  24. package/bundles_metadata.json +1 -1
  25. package/package.json +2 -2
  26. package/src/ngtsc/annotations/ng_module/src/handler.d.ts +19 -4
  27. package/src/ngtsc/core/api/src/public_options.d.ts +4 -1
  28. package/src/ngtsc/core/src/compiler.d.ts +0 -7
  29. package/src/ngtsc/incremental/src/strategy.d.ts +6 -6
  30. package/src/ngtsc/metadata/index.d.ts +1 -0
  31. package/src/ngtsc/metadata/src/api.d.ts +11 -0
  32. package/src/ngtsc/metadata/src/providers.d.ts +43 -0
  33. package/src/ngtsc/transform/src/api.d.ts +6 -1
  34. package/bundles/chunk-4MSEL6HO.js.map +0 -6
  35. package/bundles/chunk-YGYAPJAN.js.map +0 -6
  36. /package/bundles/{chunk-C4B5W2XC.js.map → chunk-2G3UVWBI.js.map} +0 -0
  37. /package/bundles/{chunk-B6WD2R2T.js.map → chunk-7RPZKH3B.js.map} +0 -0
  38. /package/bundles/{chunk-GVISPKNE.js.map → chunk-BC53B7EF.js.map} +0 -0
  39. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-CF2CT7RQ.js.map} +0 -0
  40. /package/bundles/{chunk-TBUSSXUA.js.map → chunk-K2U2VZ7S.js.map} +0 -0
  41. /package/bundles/{chunk-SIHBKSBW.js.map → chunk-OKYKHPES.js.map} +0 -0
  42. /package/bundles/{chunk-EKTJ7622.js.map → chunk-OULZQUKT.js.map} +0 -0
  43. /package/bundles/{chunk-FJTRGXZM.js.map → chunk-SQZL4JZ2.js.map} +0 -0
  44. /package/bundles/{chunk-4UQC5DMJ.js.map → chunk-TCPBYER2.js.map} +0 -0
  45. /package/bundles/{chunk-7PCPPTTO.js.map → chunk-URH5LEAG.js.map} +0 -0
@@ -4,9 +4,9 @@
4
4
 
5
5
  import {
6
6
  NoopImportRewriter
7
- } from "./chunk-B6WD2R2T.js";
7
+ } from "./chunk-7RPZKH3B.js";
8
8
 
9
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
9
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
10
10
  var Context = class {
11
11
  constructor(isStatement) {
12
12
  this.isStatement = isStatement;
@@ -19,7 +19,7 @@ var Context = class {
19
19
  }
20
20
  };
21
21
 
22
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
22
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
23
23
  import * as o from "@angular/compiler";
24
24
  var UNARY_OPERATORS = /* @__PURE__ */ new Map([
25
25
  [o.UnaryOperator.Minus, "-"],
@@ -251,7 +251,7 @@ function createRange(span) {
251
251
  };
252
252
  }
253
253
 
254
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
254
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
255
255
  import ts from "typescript";
256
256
  var ImportManager = class {
257
257
  constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
@@ -287,7 +287,7 @@ var ImportManager = class {
287
287
  }
288
288
  };
289
289
 
290
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
290
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
291
291
  import * as o2 from "@angular/compiler";
292
292
  import ts2 from "typescript";
293
293
  function translateType(type, imports) {
@@ -463,7 +463,7 @@ var TypeTranslatorVisitor = class {
463
463
  }
464
464
  };
465
465
 
466
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
466
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
467
467
  import ts3 from "typescript";
468
468
  var PureAnnotation;
469
469
  (function(PureAnnotation2) {
@@ -646,7 +646,7 @@ function attachComments(statement, leadingComments) {
646
646
  }
647
647
  }
648
648
 
649
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
649
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
650
650
  function translateExpression(expression, imports, options = {}) {
651
651
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
652
652
  }
@@ -669,4 +669,4 @@ export {
669
669
  * Use of this source code is governed by an MIT-style license that can be
670
670
  * found in the LICENSE file at https://angular.io/license
671
671
  */
672
- //# sourceMappingURL=chunk-C4B5W2XC.js.map
672
+ //# sourceMappingURL=chunk-2G3UVWBI.js.map
@@ -12,9 +12,9 @@ import {
12
12
  resolve,
13
13
  stripExtension,
14
14
  toRelativeImport
15
- } from "./chunk-TBUSSXUA.js";
15
+ } from "./chunk-K2U2VZ7S.js";
16
16
 
17
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
17
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
18
18
  import ts from "typescript";
19
19
  var TS = /\.tsx?$/i;
20
20
  var D_TS = /\.d\.ts$/i;
@@ -115,7 +115,7 @@ function toUnredirectedSourceFile(sf) {
115
115
  return redirectInfo.unredirected;
116
116
  }
117
117
 
118
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
118
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
119
119
  var Reference = class {
120
120
  constructor(node, bestGuessOwningModule = null) {
121
121
  this.node = node;
@@ -178,14 +178,14 @@ var Reference = class {
178
178
  }
179
179
  };
180
180
 
181
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
181
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
182
182
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
183
183
 
184
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
184
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
185
185
  import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
186
186
  import ts3 from "typescript";
187
187
 
188
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
188
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
189
189
  var ErrorCode;
190
190
  (function(ErrorCode2) {
191
191
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -258,7 +258,7 @@ var ErrorCode;
258
258
  ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
259
259
  })(ErrorCode || (ErrorCode = {}));
260
260
 
261
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
261
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
262
262
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
263
263
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
264
264
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -270,10 +270,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
270
270
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
271
271
  ]);
272
272
 
273
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
273
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
274
274
  import ts2 from "typescript";
275
275
 
276
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
276
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
277
277
  var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
278
278
  function replaceTsWithNgInErrors(errors) {
279
279
  return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
@@ -282,7 +282,7 @@ function ngErrorCode(code) {
282
282
  return parseInt("-99" + code);
283
283
  }
284
284
 
285
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
285
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
286
286
  var FatalDiagnosticError = class {
287
287
  constructor(code, node, message, relatedInformation) {
288
288
  this.code = code;
@@ -338,10 +338,10 @@ function addDiagnosticChain(messageText, add) {
338
338
  return messageText;
339
339
  }
340
340
 
341
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
341
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
342
342
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
343
343
 
344
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
344
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
345
345
  var ExtendedTemplateDiagnosticName;
346
346
  (function(ExtendedTemplateDiagnosticName2) {
347
347
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -354,7 +354,7 @@ var ExtendedTemplateDiagnosticName;
354
354
  ExtendedTemplateDiagnosticName2["SKIP_HYDRATION_NOT_STATIC"] = "skipHydrationNotStatic";
355
355
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
356
356
 
357
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
357
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
358
358
  function findExportedNameOfNode(target, file, reflector) {
359
359
  const exports = reflector.getExportsOfModule(file);
360
360
  if (exports === null) {
@@ -374,7 +374,7 @@ function findExportedNameOfNode(target, file, reflector) {
374
374
  return foundExportName;
375
375
  }
376
376
 
377
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
377
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
378
378
  var ImportFlags;
379
379
  (function(ImportFlags2) {
380
380
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -590,7 +590,7 @@ var UnifiedModulesStrategy = class {
590
590
  }
591
591
  };
592
592
 
593
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
593
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
594
594
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
595
595
  var UnifiedModulesAliasingHost = class {
596
596
  constructor(unifiedModulesHost) {
@@ -657,7 +657,7 @@ var AliasStrategy = class {
657
657
  }
658
658
  };
659
659
 
660
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
660
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
661
661
  function relativePathBetween(from, to) {
662
662
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
663
663
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -666,7 +666,7 @@ function normalizeSeparators(path) {
666
666
  return path.replace(/\\/g, "/");
667
667
  }
668
668
 
669
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
669
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
670
670
  var NoopImportRewriter = class {
671
671
  shouldImportSymbol(symbol, specifier) {
672
672
  return true;
@@ -724,7 +724,7 @@ function validateAndRewriteCoreSymbol(name) {
724
724
  return CORE_SUPPORTED_SYMBOLS.get(name);
725
725
  }
726
726
 
727
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
727
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
728
728
  import ts4 from "typescript";
729
729
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
730
730
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -759,7 +759,7 @@ function throwIncompatibleTransformationContextError() {
759
759
  throw Error("Angular compiler is incompatible with this version of the TypeScript compiler.\n\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.");
760
760
  }
761
761
 
762
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
762
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
763
763
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
764
764
  function attachDefaultImportDeclaration(expr, importDecl) {
765
765
  expr[DefaultImportDeclaration] = importDecl;
@@ -800,7 +800,7 @@ var DefaultImportTracker = class {
800
800
  }
801
801
  };
802
802
 
803
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
803
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
804
804
  var ModuleResolver = class {
805
805
  constructor(program, compilerOptions, host, moduleResolutionCache) {
806
806
  this.program = program;
@@ -873,4 +873,4 @@ export {
873
873
  * Use of this source code is governed by an MIT-style license that can be
874
874
  * found in the LICENSE file at https://angular.io/license
875
875
  */
876
- //# sourceMappingURL=chunk-B6WD2R2T.js.map
876
+ //# sourceMappingURL=chunk-7RPZKH3B.js.map
@@ -4,13 +4,13 @@
4
4
 
5
5
  import {
6
6
  TypeScriptReflectionHost
7
- } from "./chunk-4UQC5DMJ.js";
7
+ } from "./chunk-TCPBYER2.js";
8
8
  import {
9
9
  isAliasImportDeclaration,
10
10
  loadIsReferencedAliasDeclarationPatch
11
- } from "./chunk-B6WD2R2T.js";
11
+ } from "./chunk-7RPZKH3B.js";
12
12
 
13
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
13
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
14
14
  import ts from "typescript";
15
15
  function isAngularDecorator(decorator, isCore) {
16
16
  return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
@@ -313,7 +313,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
313
313
  return ts.setOriginalNode(clone, node);
314
314
  }
315
315
 
316
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
316
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
317
317
  var GLOBAL_DEFS_FOR_TERSER = {
318
318
  ngDevMode: false,
319
319
  ngI18nClosureMode: false
@@ -346,4 +346,4 @@ export {
346
346
  * Use of this source code is governed by an MIT-style license that can be
347
347
  * found in the LICENSE file at https://angular.io/license
348
348
  */
349
- //# sourceMappingURL=chunk-GVISPKNE.js.map
349
+ //# sourceMappingURL=chunk-BC53B7EF.js.map
@@ -3,7 +3,7 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
 
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-LYJKWJUC.js.map
56
+ //# sourceMappingURL=chunk-CF2CT7RQ.js.map
@@ -6,7 +6,7 @@ import {
6
6
  __require
7
7
  } from "./chunk-SRFZMXHZ.js";
8
8
 
9
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
9
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
10
10
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
11
11
  function normalizeSeparators(path) {
12
12
  return path.replace(/\\/g, "/");
@@ -22,7 +22,7 @@ function getSourceFileOrError(program, fileName) {
22
22
  return sf;
23
23
  }
24
24
 
25
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
25
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
26
26
  var InvalidFileSystem = class {
27
27
  exists(path) {
28
28
  throw makeError();
@@ -110,7 +110,7 @@ function makeError() {
110
110
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
111
111
  }
112
112
 
113
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
113
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
114
114
  var fs = new InvalidFileSystem();
115
115
  function getFileSystem() {
116
116
  return fs;
@@ -167,7 +167,7 @@ function toRelativeImport(relativePath) {
167
167
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
168
168
  }
169
169
 
170
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
170
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
171
171
  import * as os from "os";
172
172
  import ts from "typescript";
173
173
  var NgtscCompilerHost = class {
@@ -225,7 +225,7 @@ var NgtscCompilerHost = class {
225
225
  }
226
226
  };
227
227
 
228
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
228
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
229
229
  var LogicalProjectPath = {
230
230
  relativePathBetween: function(from, to) {
231
231
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -271,7 +271,7 @@ function isWithinBasePath(base, path) {
271
271
  return isLocalRelativePath(relative(base, path));
272
272
  }
273
273
 
274
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
274
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
275
275
  import fs2 from "fs";
276
276
  import module from "module";
277
277
  import * as p from "path";
@@ -407,4 +407,4 @@ export {
407
407
  * Use of this source code is governed by an MIT-style license that can be
408
408
  * found in the LICENSE file at https://angular.io/license
409
409
  */
410
- //# sourceMappingURL=chunk-TBUSSXUA.js.map
410
+ //# sourceMappingURL=chunk-K2U2VZ7S.js.map