@angular/compiler-cli 18.1.0-next.3 → 18.1.0-next.4

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 (41) hide show
  1. package/bundles/{chunk-QL7ORWNN.js → chunk-6WTRMS6V.js} +77 -79
  2. package/bundles/chunk-6WTRMS6V.js.map +6 -0
  3. package/bundles/{chunk-F7RSDLI3.js → chunk-74EXNMDD.js} +121 -126
  4. package/bundles/{chunk-F7RSDLI3.js.map → chunk-74EXNMDD.js.map} +1 -1
  5. package/bundles/{chunk-JZQHA4E7.js → chunk-AQFTVE7F.js} +5 -5
  6. package/bundles/{chunk-BRUTQYO2.js → chunk-K3J755TX.js} +34 -33
  7. package/bundles/{chunk-BRUTQYO2.js.map → chunk-K3J755TX.js.map} +1 -1
  8. package/bundles/{chunk-HLA6H3PC.js → chunk-KMM3BVFD.js} +5 -5
  9. package/bundles/{chunk-VBH4SN7I.js → chunk-LGWSLF7E.js} +13 -13
  10. package/bundles/{chunk-C5LPGSDY.js → chunk-RX2PJSXB.js} +43 -43
  11. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  12. package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
  13. package/bundles/{chunk-54G5EVKM.js → chunk-XNL3EK5H.js} +8 -11
  14. package/bundles/chunk-XNL3EK5H.js.map +6 -0
  15. package/bundles/index.js +12 -14
  16. package/bundles/index.js.map +1 -1
  17. package/bundles/linker/babel/index.js +12 -12
  18. package/bundles/linker/index.js +4 -4
  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 +4 -4
  23. package/bundles/private/tooling.js +5 -5
  24. package/bundles/src/bin/ng_xi18n.js +9 -9
  25. package/bundles/src/bin/ngc.js +7 -7
  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/main.d.ts +1 -1
  30. package/src/ngtsc/core/src/host.d.ts +9 -9
  31. package/src/ngtsc/program_driver/src/ts_create_program_driver.d.ts +7 -7
  32. package/src/ngtsc/reflection/src/host.d.ts +1 -3
  33. package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +7 -7
  34. package/bundles/chunk-54G5EVKM.js.map +0 -6
  35. package/bundles/chunk-QL7ORWNN.js.map +0 -6
  36. /package/bundles/{chunk-JZQHA4E7.js.map → chunk-AQFTVE7F.js.map} +0 -0
  37. /package/bundles/{chunk-HLA6H3PC.js.map → chunk-KMM3BVFD.js.map} +0 -0
  38. /package/bundles/{chunk-VBH4SN7I.js.map → chunk-LGWSLF7E.js.map} +0 -0
  39. /package/bundles/{chunk-C5LPGSDY.js.map → chunk-RX2PJSXB.js.map} +0 -0
  40. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  41. /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
@@ -12,12 +12,12 @@ import {
12
12
  resolve,
13
13
  stripExtension,
14
14
  toRelativeImport
15
- } from "./chunk-54G5EVKM.js";
15
+ } from "./chunk-XNL3EK5H.js";
16
16
 
17
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
17
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
18
18
  import ts from "typescript";
19
19
 
20
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
20
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
21
21
  var ErrorCode;
22
22
  (function(ErrorCode2) {
23
23
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -110,7 +110,7 @@ var ErrorCode;
110
110
  ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
111
111
  })(ErrorCode || (ErrorCode = {}));
112
112
 
113
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
113
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
114
114
  var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
115
115
  function replaceTsWithNgInErrors(errors) {
116
116
  return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
@@ -119,7 +119,7 @@ function ngErrorCode(code) {
119
119
  return parseInt("-99" + code);
120
120
  }
121
121
 
122
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
122
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
123
123
  var FatalDiagnosticError = class extends Error {
124
124
  constructor(code, node, diagnosticMessage, relatedInformation) {
125
125
  super(`FatalDiagnosticError: Code: ${code}, Message: ${ts.flattenDiagnosticMessageText(diagnosticMessage, "\n")}`);
@@ -183,7 +183,7 @@ function isLocalCompilationDiagnostics(diagnostic) {
183
183
  return diagnostic.code === ngErrorCode(ErrorCode.LOCAL_COMPILATION_UNRESOLVED_CONST) || diagnostic.code === ngErrorCode(ErrorCode.LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION);
184
184
  }
185
185
 
186
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
186
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
187
187
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
188
188
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
189
189
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -195,10 +195,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
195
195
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
196
196
  ]);
197
197
 
198
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
198
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
199
199
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.dev/errors";
200
200
 
201
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
201
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
202
202
  var ExtendedTemplateDiagnosticName;
203
203
  (function(ExtendedTemplateDiagnosticName2) {
204
204
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -213,10 +213,10 @@ var ExtendedTemplateDiagnosticName;
213
213
  ExtendedTemplateDiagnosticName2["CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION"] = "controlFlowPreventingContentProjection";
214
214
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
215
215
 
216
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
216
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
217
217
  import ts5 from "typescript";
218
218
 
219
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
219
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
220
220
  import ts2 from "typescript";
221
221
  function isDecoratorIdentifier(exp) {
222
222
  return ts2.isIdentifier(exp) || ts2.isPropertyAccessExpression(exp) && ts2.isIdentifier(exp.expression) && ts2.isIdentifier(exp.name);
@@ -239,7 +239,7 @@ var ClassMemberAccessLevel;
239
239
  })(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
240
240
  var AmbientImport = {};
241
241
 
242
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
242
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
243
243
  import ts3 from "typescript";
244
244
  function typeToValue(typeNode, checker, isLocalCompilation) {
245
245
  var _a, _b;
@@ -423,7 +423,7 @@ function extractModuleName(node) {
423
423
  return node.moduleSpecifier.text;
424
424
  }
425
425
 
426
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
426
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
427
427
  import ts4 from "typescript";
428
428
  function isNamedClassDeclaration(node) {
429
429
  return ts4.isClassDeclaration(node) && isIdentifier(node.name);
@@ -447,7 +447,7 @@ function classMemberAccessLevelToString(level) {
447
447
  }
448
448
  }
449
449
 
450
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
450
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
451
451
  var TypeScriptReflectionHost = class {
452
452
  constructor(checker, isLocalCompilation = false) {
453
453
  this.checker = checker;
@@ -935,7 +935,7 @@ function getExportedName(decl, originalId) {
935
935
  }
936
936
  var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
937
937
 
938
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
938
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
939
939
  import ts6 from "typescript";
940
940
  var TS = /\.tsx?$/i;
941
941
  var D_TS = /\.d\.ts$/i;
@@ -1036,7 +1036,7 @@ function toUnredirectedSourceFile(sf) {
1036
1036
  return redirectInfo.unredirected;
1037
1037
  }
1038
1038
 
1039
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
1039
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
1040
1040
  var Reference = class {
1041
1041
  constructor(node, bestGuessOwningModule = null) {
1042
1042
  this.node = node;
@@ -1105,14 +1105,14 @@ var Reference = class {
1105
1105
  }
1106
1106
  };
1107
1107
 
1108
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1108
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1109
1109
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
1110
1110
 
1111
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1111
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1112
1112
  import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
1113
1113
  import ts7 from "typescript";
1114
1114
 
1115
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
1115
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
1116
1116
  function findExportedNameOfNode(target, file, reflector) {
1117
1117
  const exports = reflector.getExportsOfModule(file);
1118
1118
  if (exports === null) {
@@ -1132,7 +1132,7 @@ function findExportedNameOfNode(target, file, reflector) {
1132
1132
  return foundExportName;
1133
1133
  }
1134
1134
 
1135
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1136
1136
  var ImportFlags;
1137
1137
  (function(ImportFlags2) {
1138
1138
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -1363,7 +1363,7 @@ var UnifiedModulesStrategy = class {
1363
1363
  }
1364
1364
  };
1365
1365
 
1366
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1366
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1367
1367
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
1368
1368
  var UnifiedModulesAliasingHost = class {
1369
1369
  constructor(unifiedModulesHost) {
@@ -1430,7 +1430,7 @@ var AliasStrategy = class {
1430
1430
  }
1431
1431
  };
1432
1432
 
1433
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
1433
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
1434
1434
  function relativePathBetween(from, to) {
1435
1435
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
1436
1436
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -1439,7 +1439,7 @@ function normalizeSeparators(path) {
1439
1439
  return path.replace(/\\/g, "/");
1440
1440
  }
1441
1441
 
1442
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
1442
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
1443
1443
  var NoopImportRewriter = class {
1444
1444
  rewriteSymbol(symbol, specifier) {
1445
1445
  return symbol;
@@ -1492,7 +1492,7 @@ function validateAndRewriteCoreSymbol(name) {
1492
1492
  return CORE_SUPPORTED_SYMBOLS.get(name);
1493
1493
  }
1494
1494
 
1495
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
1495
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
1496
1496
  import ts8 from "typescript";
1497
1497
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
1498
1498
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -1527,7 +1527,7 @@ function throwIncompatibleTransformationContextError() {
1527
1527
  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.");
1528
1528
  }
1529
1529
 
1530
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
1530
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
1531
1531
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
1532
1532
  function attachDefaultImportDeclaration(expr, importDecl) {
1533
1533
  expr[DefaultImportDeclaration] = importDecl;
@@ -1568,7 +1568,7 @@ var DefaultImportTracker = class {
1568
1568
  }
1569
1569
  };
1570
1570
 
1571
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
1571
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
1572
1572
  import ts9 from "typescript";
1573
1573
  var AssumeEager = "AssumeEager";
1574
1574
  var DeferredSymbolTracker = class {
@@ -1689,7 +1689,7 @@ var DeferredSymbolTracker = class {
1689
1689
  }
1690
1690
  };
1691
1691
 
1692
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
1692
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
1693
1693
  import ts10 from "typescript";
1694
1694
  var ImportedSymbolsTracker = class {
1695
1695
  constructor() {
@@ -1759,7 +1759,7 @@ var ImportedSymbolsTracker = class {
1759
1759
  }
1760
1760
  };
1761
1761
 
1762
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
1762
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
1763
1763
  import ts11 from "typescript";
1764
1764
  var LocalCompilationExtraImportsTracker = class {
1765
1765
  constructor(typeChecker) {
@@ -1810,7 +1810,7 @@ function removeQuotations(s) {
1810
1810
  return s.substring(1, s.length - 1).trim();
1811
1811
  }
1812
1812
 
1813
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
1813
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
1814
1814
  var ModuleResolver = class {
1815
1815
  constructor(program, compilerOptions, host, moduleResolutionCache) {
1816
1816
  this.program = program;
@@ -1827,10 +1827,10 @@ var ModuleResolver = class {
1827
1827
  }
1828
1828
  };
1829
1829
 
1830
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
1830
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
1831
1831
  import ts16 from "typescript";
1832
1832
 
1833
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
1833
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
1834
1834
  import ts12 from "typescript";
1835
1835
  function createGenerateUniqueIdentifierHelper() {
1836
1836
  const generatedIdentifiers = /* @__PURE__ */ new Set();
@@ -1856,7 +1856,7 @@ function createGenerateUniqueIdentifierHelper() {
1856
1856
  };
1857
1857
  }
1858
1858
 
1859
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
1859
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
1860
1860
  import ts13 from "typescript";
1861
1861
  function createTsTransformForImportManager(manager, extraStatementsForFiles) {
1862
1862
  return (ctx) => {
@@ -1917,7 +1917,7 @@ function isImportStatement(stmt) {
1917
1917
  return ts13.isImportDeclaration(stmt) || ts13.isImportEqualsDeclaration(stmt) || ts13.isNamespaceImport(stmt);
1918
1918
  }
1919
1919
 
1920
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
1920
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
1921
1921
  import ts14 from "typescript";
1922
1922
  function attemptToReuseGeneratedImports(tracker, request) {
1923
1923
  const requestHash = hashImportRequest(request);
@@ -1944,7 +1944,7 @@ function hashImportRequest(req) {
1944
1944
  return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}`;
1945
1945
  }
1946
1946
 
1947
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
1947
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
1948
1948
  import ts15 from "typescript";
1949
1949
  function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
1950
1950
  let candidateImportToBeUpdated = null;
@@ -1997,7 +1997,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
1997
1997
  return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
1998
1998
  }
1999
1999
 
2000
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
2000
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
2001
2001
  var presetImportManagerForceNamespaceImports = {
2002
2002
  disableOriginalSourceFileReuse: true,
2003
2003
  forceGenerateNamespacesForNewImports: true
@@ -2147,7 +2147,7 @@ function createImportReference(asTypeReference, ref) {
2147
2147
  }
2148
2148
  }
2149
2149
 
2150
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
2150
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
2151
2151
  var Context = class {
2152
2152
  constructor(isStatement) {
2153
2153
  this.isStatement = isStatement;
@@ -2160,7 +2160,7 @@ var Context = class {
2160
2160
  }
2161
2161
  };
2162
2162
 
2163
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
2163
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
2164
2164
  import * as o from "@angular/compiler";
2165
2165
  var UNARY_OPERATORS = /* @__PURE__ */ new Map([
2166
2166
  [o.UnaryOperator.Minus, "-"],
@@ -2406,7 +2406,7 @@ function createRange(span) {
2406
2406
  };
2407
2407
  }
2408
2408
 
2409
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
2409
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
2410
2410
  import ts17 from "typescript";
2411
2411
  var INELIGIBLE = {};
2412
2412
  function canEmitType(type, canEmit) {
@@ -2481,11 +2481,11 @@ var TypeEmitter = class {
2481
2481
  }
2482
2482
  };
2483
2483
 
2484
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
2484
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
2485
2485
  import * as o2 from "@angular/compiler";
2486
2486
  import ts19 from "typescript";
2487
2487
 
2488
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
2488
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
2489
2489
  import ts18 from "typescript";
2490
2490
  function tsNumericExpression(value) {
2491
2491
  if (value < 0) {
@@ -2495,7 +2495,7 @@ function tsNumericExpression(value) {
2495
2495
  return ts18.factory.createNumericLiteral(value);
2496
2496
  }
2497
2497
 
2498
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
2498
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
2499
2499
  function translateType(type, contextFile, reflector, refEmitter, imports) {
2500
2500
  return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
2501
2501
  }
@@ -2712,7 +2712,7 @@ var TypeTranslatorVisitor = class {
2712
2712
  }
2713
2713
  };
2714
2714
 
2715
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
2715
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
2716
2716
  import ts20 from "typescript";
2717
2717
  var PureAnnotation;
2718
2718
  (function(PureAnnotation2) {
@@ -2915,7 +2915,7 @@ function attachComments(statement, leadingComments) {
2915
2915
  }
2916
2916
  }
2917
2917
 
2918
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
2918
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
2919
2919
  function translateExpression(contextFile, expression, imports, options = {}) {
2920
2920
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(false));
2921
2921
  }
@@ -3012,4 +3012,4 @@ export {
3012
3012
  * Use of this source code is governed by an MIT-style license that can be
3013
3013
  * found in the LICENSE file at https://angular.io/license
3014
3014
  */
3015
- //# sourceMappingURL=chunk-C5LPGSDY.js.map
3015
+ //# sourceMappingURL=chunk-RX2PJSXB.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_arm64-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_arm64-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-SBDNBITT.js.map
@@ -3,11 +3,11 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
 
5
5
 
6
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
6
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
7
7
  import { decode, encode } from "@jridgewell/sourcemap-codec";
8
8
  import mapHelpers from "convert-source-map";
9
9
 
10
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
10
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
11
11
  function compareSegments(a, b) {
12
12
  return a.position - b.position;
13
13
  }
@@ -27,7 +27,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
27
27
  return { line, column, position, next: void 0 };
28
28
  }
29
29
 
30
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
30
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
31
31
  function removeSourceMapComments(contents) {
32
32
  return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
33
33
  }
@@ -278,10 +278,10 @@ var Cache = class {
278
278
  }
279
279
  };
280
280
 
281
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
281
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
282
282
  import mapHelpers2 from "convert-source-map";
283
283
 
284
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
284
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
285
285
  var ContentOrigin;
286
286
  (function(ContentOrigin2) {
287
287
  ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
@@ -289,7 +289,7 @@ var ContentOrigin;
289
289
  ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
290
290
  })(ContentOrigin || (ContentOrigin = {}));
291
291
 
292
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
292
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
293
293
  var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
294
294
  var SourceFileLoader = class {
295
295
  constructor(fs, logger, schemeMap) {
@@ -419,4 +419,4 @@ export {
419
419
  * Use of this source code is governed by an MIT-style license that can be
420
420
  * found in the LICENSE file at https://angular.io/license
421
421
  */
422
- //# sourceMappingURL=chunk-QYV344EV.js.map
422
+ //# sourceMappingURL=chunk-WR7TUJ7M.js.map
@@ -6,7 +6,7 @@ import {
6
6
  __require
7
7
  } from "./chunk-XI2RTGAL.js";
8
8
 
9
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
9
+ // bazel-out/darwin_arm64-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_arm64-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_arm64-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_arm64-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 {
@@ -177,10 +177,7 @@ var NgtscCompilerHost = class {
177
177
  }
178
178
  getSourceFile(fileName, languageVersion) {
179
179
  const text = this.readFile(fileName);
180
- return text !== void 0 ? ts.createSourceFile(fileName, text, {
181
- impliedNodeFormat: void 0,
182
- languageVersion
183
- }, true) : void 0;
180
+ return text !== void 0 ? ts.createSourceFile(fileName, text, languageVersion, true) : void 0;
184
181
  }
185
182
  getDefaultLibFileName(options) {
186
183
  return this.fs.join(this.getDefaultLibLocation(), ts.getDefaultLibFileName(options));
@@ -228,7 +225,7 @@ var NgtscCompilerHost = class {
228
225
  }
229
226
  };
230
227
 
231
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
228
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
232
229
  var LogicalProjectPath = {
233
230
  relativePathBetween: function(from, to) {
234
231
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -274,7 +271,7 @@ function isWithinBasePath(base, path) {
274
271
  return isLocalRelativePath(relative(base, path));
275
272
  }
276
273
 
277
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
274
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
278
275
  import fs2 from "fs";
279
276
  import { createRequire } from "module";
280
277
  import * as p from "path";
@@ -410,4 +407,4 @@ export {
410
407
  * Use of this source code is governed by an MIT-style license that can be
411
408
  * found in the LICENSE file at https://angular.io/license
412
409
  */
413
- //# sourceMappingURL=chunk-54G5EVKM.js.map
410
+ //# sourceMappingURL=chunk-XNL3EK5H.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../../../packages/compiler-cli/src/ngtsc/file_system/src/util.ts", "../../../../../../packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.ts", "../../../../../../packages/compiler-cli/src/ngtsc/file_system/src/helpers.ts", "../../../../../../packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.ts", "../../../../../../packages/compiler-cli/src/ngtsc/file_system/src/logical.ts", "../../../../../../packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.ts"],
4
+ "mappings": "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",
5
+ "names": ["sf", "fs", "fs", "fs"]
6
+ }
package/bundles/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  constructorParametersDownlevelTransform,
10
10
  getDownlevelDecoratorsTransform,
11
11
  getInitializerApiJitTransform
12
- } from "./chunk-VBH4SN7I.js";
12
+ } from "./chunk-LGWSLF7E.js";
13
13
  import {
14
14
  DEFAULT_ERROR_CODE,
15
15
  DecoratorType,
@@ -36,23 +36,22 @@ import {
36
36
  isTsDiagnostic,
37
37
  performCompilation,
38
38
  readConfiguration
39
- } from "./chunk-QL7ORWNN.js";
39
+ } from "./chunk-6WTRMS6V.js";
40
40
  import {
41
41
  OptimizeFor,
42
- TsCreateProgramDriver,
43
- untagAllTsFiles
44
- } from "./chunk-F7RSDLI3.js";
42
+ TsCreateProgramDriver
43
+ } from "./chunk-74EXNMDD.js";
45
44
  import {
46
45
  isLocalCompilationDiagnostics
47
- } from "./chunk-C5LPGSDY.js";
46
+ } from "./chunk-RX2PJSXB.js";
48
47
  import {
49
48
  ActivePerfRecorder,
50
49
  PerfPhase
51
- } from "./chunk-JZQHA4E7.js";
50
+ } from "./chunk-AQFTVE7F.js";
52
51
  import {
53
52
  ConsoleLogger,
54
53
  LogLevel
55
- } from "./chunk-LYJKWJUC.js";
54
+ } from "./chunk-SBDNBITT.js";
56
55
  import {
57
56
  LogicalFileSystem,
58
57
  LogicalProjectPath,
@@ -73,14 +72,14 @@ import {
73
72
  resolve,
74
73
  setFileSystem,
75
74
  toRelativeImport
76
- } from "./chunk-54G5EVKM.js";
75
+ } from "./chunk-XNL3EK5H.js";
77
76
  import "./chunk-XI2RTGAL.js";
78
77
 
79
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
78
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
80
79
  import { Version } from "@angular/compiler";
81
- var VERSION = new Version("18.1.0-next.3");
80
+ var VERSION = new Version("18.1.0-next.4");
82
81
 
83
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
82
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
84
83
  var NgTscPlugin = class {
85
84
  get compiler() {
86
85
  if (this._compiler === null) {
@@ -108,7 +107,6 @@ var NgTscPlugin = class {
108
107
  throw new Error("Lifecycle error: setupCompilation() before wrapHost().");
109
108
  }
110
109
  this.host.postProgramCreationCleanup();
111
- untagAllTsFiles(program);
112
110
  const programDriver = new TsCreateProgramDriver(program, this.host, this.options, this.host.shimExtensionPrefixes);
113
111
  const strategy = new PatchedProgramIncrementalBuildStrategy();
114
112
  const oldState = oldProgram !== void 0 ? strategy.getIncrementalState(oldProgram) : null;
@@ -157,7 +155,7 @@ var NgTscPlugin = class {
157
155
  }
158
156
  };
159
157
 
160
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
158
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
161
159
  setFileSystem(new NodeJSFileSystem());
162
160
  export {
163
161
  ConsoleLogger,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../packages/compiler-cli/src/version.ts", "../../../../../../packages/compiler-cli/src/ngtsc/tsc_plugin.ts", "../../../../../../packages/compiler-cli/index.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcA,SAAQ,eAAc;AAEf,IAAM,UAAU,IAAI,QAAQ,mBAAmB;;;AC0DhD,IAAO,cAAP,MAAkB;EAOtB,IAAI,WAAQ;AACV,QAAI,KAAK,cAAc,MAAM;AAC3B,YAAM,IAAI,MAAM,2DAA2D;IAC7E;AACA,WAAO,KAAK;EACd;EAEA,YAAoB,WAAa;AAAb,SAAA,YAAA;AAbpB,SAAA,OAAO;AAEC,SAAA,UAAoC;AACpC,SAAA,OAA8B;AAC9B,SAAA,YAA+B;AAUrC,kBAAc,IAAI,iBAAgB,CAAE;EACtC;EAEA,SACE,MACA,YACA,SAA2B;AAK3B,SAAK,UAAU,EAAC,GAAG,KAAK,WAAW,GAAG,QAAO;AAC7C,SAAK,OAAO,eAAe,KAAK,MAAM,YAAY,KAAK,SAA0B,IAAI;AACrF,WAAO,KAAK;EACd;EAEA,iBACE,SACA,YAAuB;AA3G3B;AAsHI,UAAM,eAAe,mBAAmB,YAAW;AACnD,QAAI,KAAK,SAAS,QAAQ,KAAK,YAAY,MAAM;AAC/C,YAAM,IAAI,MAAM,wDAAwD;IAC1E;AACA,SAAK,KAAK,2BAA0B;AACpC,oBAAgB,OAAO;AACvB,UAAM,gBAAgB,IAAI,sBACxB,SACA,KAAK,MACL,KAAK,SACL,KAAK,KAAK,qBAAqB;AAEjC,UAAM,WAAW,IAAI,uCAAsC;AAC3D,UAAM,WAAW,eAAe,SAAY,SAAS,oBAAoB,UAAU,IAAI;AACvF,QAAI;AAEJ,UAAM,wBAAwB,oBAAI,IAAG;AACrC,QAAI,KAAK,KAAK,6BAA6B,QAAW;AACpD,iBAAW,iBAAgB,UAAK,KAAK,yBAAwB,MAAlC,YAAwC,CAAA,GAAI;AACrE,8BAAsB,IAAI,QAAQ,YAAY,CAAC;MACjD;IACF;AAEA,QAAI,eAAe,UAAa,aAAa,MAAM;AACjD,eAAS;QACP;QACA,KAAK;QACL;QACA;QACA;QACgC;QACV;MAAK;IAE/B,OAAO;AACL,eAAS,oBAAmB,EAAG,oBAAoB,UAAU;AAC7D,eAAS,2BACP,YACA,UACA,SACA,KAAK,SACL,UACA,eACA,uBACA,cACA,OACA,KAAK;IAET;AACA,SAAK,YAAY,WAAW,WAAW,QAAQ,KAAK,IAAI;AACxD,WAAO;MACL,sBAAsB,KAAK,UAAU;MACrC,eAAe,KAAK,UAAU;;EAElC;EAEA,eAAe,MAAoB;AACjC,QAAI,SAAS,QAAW;AACtB,aAAO,KAAK,SAAS,eAAc;IACrC;AACA,WAAO,KAAK,SAAS,sBAAsB,MAAM,YAAY,YAAY;EAC3E;EAEA,uBAAoB;AAClB,WAAO,KAAK,SAAS,qBAAoB;EAC3C;EAEA,iBAAc;AACZ,WAAO,KAAK,SAAS,kBAAiB;EACxC;EAEA,qBAAkB;AAGhB,SAAK,SAAS,aAAa,MAAM,UAAU,cAAc;AACzD,WAAO,KAAK,SAAS,YAAW,EAAG;EACrC;;;;ACnJF,cAAc,IAAI,iBAAgB,CAAE;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcA,SAAQ,eAAc;AAEf,IAAM,UAAU,IAAI,QAAQ,mBAAmB;;;AC0DhD,IAAO,cAAP,MAAkB;EAOtB,IAAI,WAAQ;AACV,QAAI,KAAK,cAAc,MAAM;AAC3B,YAAM,IAAI,MAAM,2DAA2D;IAC7E;AACA,WAAO,KAAK;EACd;EAEA,YAAoB,WAAa;AAAb,SAAA,YAAA;AAbpB,SAAA,OAAO;AAEC,SAAA,UAAoC;AACpC,SAAA,OAA8B;AAC9B,SAAA,YAA+B;AAUrC,kBAAc,IAAI,iBAAgB,CAAE;EACtC;EAEA,SACE,MACA,YACA,SAA2B;AAK3B,SAAK,UAAU,EAAC,GAAG,KAAK,WAAW,GAAG,QAAO;AAC7C,SAAK,OAAO,eAAe,KAAK,MAAM,YAAY,KAAK,SAA0B,IAAI;AACrF,WAAO,KAAK;EACd;EAEA,iBACE,SACA,YAAuB;AA3G3B;AAsHI,UAAM,eAAe,mBAAmB,YAAW;AACnD,QAAI,KAAK,SAAS,QAAQ,KAAK,YAAY,MAAM;AAC/C,YAAM,IAAI,MAAM,wDAAwD;IAC1E;AACA,SAAK,KAAK,2BAA0B;AACpC,UAAM,gBAAgB,IAAI,sBACxB,SACA,KAAK,MACL,KAAK,SACL,KAAK,KAAK,qBAAqB;AAEjC,UAAM,WAAW,IAAI,uCAAsC;AAC3D,UAAM,WAAW,eAAe,SAAY,SAAS,oBAAoB,UAAU,IAAI;AACvF,QAAI;AAEJ,UAAM,wBAAwB,oBAAI,IAAG;AACrC,QAAI,KAAK,KAAK,6BAA6B,QAAW;AACpD,iBAAW,iBAAgB,UAAK,KAAK,yBAAwB,MAAlC,YAAwC,CAAA,GAAI;AACrE,8BAAsB,IAAI,QAAQ,YAAY,CAAC;MACjD;IACF;AAEA,QAAI,eAAe,UAAa,aAAa,MAAM;AACjD,eAAS;QACP;QACA,KAAK;QACL;QACA;QACA;QACgC;QACV;MAAK;IAE/B,OAAO;AACL,eAAS,oBAAmB,EAAG,oBAAoB,UAAU;AAC7D,eAAS,2BACP,YACA,UACA,SACA,KAAK,SACL,UACA,eACA,uBACA,cACA,OACA,KAAK;IAET;AACA,SAAK,YAAY,WAAW,WAAW,QAAQ,KAAK,IAAI;AACxD,WAAO;MACL,sBAAsB,KAAK,UAAU;MACrC,eAAe,KAAK,UAAU;;EAElC;EAEA,eAAe,MAAoB;AACjC,QAAI,SAAS,QAAW;AACtB,aAAO,KAAK,SAAS,eAAc;IACrC;AACA,WAAO,KAAK,SAAS,sBAAsB,MAAM,YAAY,YAAY;EAC3E;EAEA,uBAAoB;AAClB,WAAO,KAAK,SAAS,qBAAoB;EAC3C;EAEA,iBAAc;AACZ,WAAO,KAAK,SAAS,kBAAiB;EACxC;EAEA,qBAAkB;AAGhB,SAAK,SAAS,aAAa,MAAM,UAAU,cAAc;AACzD,WAAO,KAAK,SAAS,YAAW,EAAG;EACrC;;;;AClJF,cAAc,IAAI,iBAAgB,CAAE;",
5
5
  "names": []
6
6
  }