@angular/compiler-cli 20.0.0-next.1 → 20.0.0-next.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 (74) hide show
  1. package/bundles/{chunk-YSSSYIZJ.js → chunk-22GWKJOS.js} +5 -5
  2. package/bundles/{chunk-PLKJMRGZ.js → chunk-2AJMO7DE.js} +7685 -7172
  3. package/bundles/chunk-2AJMO7DE.js.map +6 -0
  4. package/bundles/{chunk-77D5CI2U.js → chunk-5UDS2TPQ.js} +7 -7
  5. package/bundles/{chunk-UAA7BTBW.js → chunk-ACYTOLUT.js} +31 -31
  6. package/bundles/{chunk-O2OVHMWL.js → chunk-BTNMUYEF.js} +213 -149
  7. package/bundles/chunk-BTNMUYEF.js.map +6 -0
  8. package/bundles/{chunk-FKXFEX7K.js → chunk-GBKXY6BH.js} +3 -3
  9. package/bundles/{chunk-Q2WE7ECN.js → chunk-I6R3GL3L.js} +5 -5
  10. package/bundles/{chunk-SNXU6YPZ.js → chunk-PQSJQCH7.js} +3 -3
  11. package/bundles/{chunk-QYORKQDN.js → chunk-SOZYYFP3.js} +46 -43
  12. package/bundles/chunk-SOZYYFP3.js.map +6 -0
  13. package/bundles/{chunk-37JMVF7H.js → chunk-STORTTKY.js} +8 -8
  14. package/bundles/{chunk-SEPXPBD2.js → chunk-V53QJA3R.js} +12 -12
  15. package/bundles/index.js +12 -12
  16. package/bundles/linker/babel/index.js +12 -12
  17. package/bundles/linker/index.js +4 -4
  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 +6 -6
  22. package/bundles/src/bin/ng_xi18n.js +10 -10
  23. package/bundles/src/bin/ngc.js +8 -8
  24. package/bundles_metadata.json +1 -1
  25. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  26. package/package.json +3 -3
  27. package/private/migrations.d.ts +1 -1
  28. package/src/ngtsc/annotations/common/src/evaluation.d.ts +1 -1
  29. package/src/ngtsc/annotations/common/src/util.d.ts +19 -2
  30. package/src/ngtsc/annotations/component/src/handler.d.ts +2 -1
  31. package/src/ngtsc/annotations/component/src/metadata.d.ts +5 -2
  32. package/src/ngtsc/annotations/component/src/resources.d.ts +3 -2
  33. package/src/ngtsc/annotations/directive/src/handler.d.ts +12 -3
  34. package/src/ngtsc/annotations/directive/src/shared.d.ts +10 -4
  35. package/src/ngtsc/annotations/index.d.ts +1 -1
  36. package/src/ngtsc/core/api/src/options.d.ts +10 -2
  37. package/src/ngtsc/core/api/src/public_options.d.ts +4 -2
  38. package/src/ngtsc/core/src/compiler.d.ts +3 -3
  39. package/src/ngtsc/diagnostics/src/error_code.d.ts +4 -0
  40. package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +2 -1
  41. package/src/ngtsc/docs/src/function_extractor.d.ts +1 -1
  42. package/src/ngtsc/hmr/src/update_declaration.d.ts +3 -2
  43. package/src/ngtsc/metadata/index.d.ts +1 -1
  44. package/src/ngtsc/metadata/src/resource_registry.d.ts +13 -9
  45. package/src/ngtsc/typecheck/api/api.d.ts +22 -24
  46. package/src/ngtsc/typecheck/api/checker.d.ts +8 -4
  47. package/src/ngtsc/typecheck/api/context.d.ts +36 -18
  48. package/src/ngtsc/typecheck/diagnostics/src/diagnostic.d.ts +2 -2
  49. package/src/ngtsc/typecheck/diagnostics/src/id.d.ts +2 -2
  50. package/src/ngtsc/typecheck/extended/checks/unparenthesized_nullish_coalescing/index.d.ts +10 -0
  51. package/src/ngtsc/typecheck/index.d.ts +1 -0
  52. package/src/ngtsc/typecheck/src/checker.d.ts +8 -7
  53. package/src/ngtsc/typecheck/src/completion.d.ts +2 -2
  54. package/src/ngtsc/typecheck/src/context.d.ts +28 -26
  55. package/src/ngtsc/typecheck/src/diagnostics.d.ts +5 -5
  56. package/src/ngtsc/typecheck/src/dom.d.ts +19 -8
  57. package/src/ngtsc/typecheck/src/host_bindings.d.ts +31 -0
  58. package/src/ngtsc/typecheck/src/oob.d.ts +41 -45
  59. package/src/ngtsc/typecheck/src/source.d.ts +14 -22
  60. package/src/ngtsc/typecheck/src/tcb_util.d.ts +23 -15
  61. package/src/ngtsc/typecheck/src/template_symbol_builder.d.ts +3 -3
  62. package/src/ngtsc/typecheck/src/ts_util.d.ts +1 -1
  63. package/src/ngtsc/typecheck/src/type_check_block.d.ts +10 -6
  64. package/bundles/chunk-O2OVHMWL.js.map +0 -6
  65. package/bundles/chunk-PLKJMRGZ.js.map +0 -6
  66. package/bundles/chunk-QYORKQDN.js.map +0 -6
  67. /package/bundles/{chunk-YSSSYIZJ.js.map → chunk-22GWKJOS.js.map} +0 -0
  68. /package/bundles/{chunk-77D5CI2U.js.map → chunk-5UDS2TPQ.js.map} +0 -0
  69. /package/bundles/{chunk-UAA7BTBW.js.map → chunk-ACYTOLUT.js.map} +0 -0
  70. /package/bundles/{chunk-FKXFEX7K.js.map → chunk-GBKXY6BH.js.map} +0 -0
  71. /package/bundles/{chunk-Q2WE7ECN.js.map → chunk-I6R3GL3L.js.map} +0 -0
  72. /package/bundles/{chunk-SNXU6YPZ.js.map → chunk-PQSJQCH7.js.map} +0 -0
  73. /package/bundles/{chunk-37JMVF7H.js.map → chunk-STORTTKY.js.map} +0 -0
  74. /package/bundles/{chunk-SEPXPBD2.js.map → chunk-V53QJA3R.js.map} +0 -0
@@ -10,7 +10,7 @@ import {
10
10
  tryParseSignalInputMapping,
11
11
  tryParseSignalModelMapping,
12
12
  tryParseSignalQueryFromInitializer
13
- } from "./chunk-PLKJMRGZ.js";
13
+ } from "./chunk-2AJMO7DE.js";
14
14
  import {
15
15
  ImportManager,
16
16
  ImportedSymbolsTracker,
@@ -18,9 +18,9 @@ import {
18
18
  isAliasImportDeclaration,
19
19
  loadIsReferencedAliasDeclarationPatch,
20
20
  reflectClassMember
21
- } from "./chunk-QYORKQDN.js";
21
+ } from "./chunk-SOZYYFP3.js";
22
22
 
23
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/downlevel_decorators_transform.mjs
23
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/downlevel_decorators_transform.mjs
24
24
  import ts from "typescript";
25
25
  function isAngularDecorator2(decorator, isCore) {
26
26
  return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
@@ -325,10 +325,10 @@ function cloneClassElementWithModifiers(node, modifiers) {
325
325
  return ts.setOriginalNode(clone, node);
326
326
  }
327
327
 
328
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform.mjs
328
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform.mjs
329
329
  import ts4 from "typescript";
330
330
 
331
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform_api.mjs
331
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform_api.mjs
332
332
  import ts2 from "typescript";
333
333
  function createSyntheticAngularCoreDecoratorAccess(factory, importManager, ngClassDecorator, sourceFile, decoratorName) {
334
334
  const classDecoratorIdentifier = ts2.isIdentifier(ngClassDecorator.identifier) ? ngClassDecorator.identifier : ngClassDecorator.identifier.expression;
@@ -345,7 +345,7 @@ function castAsAny(factory, expr) {
345
345
  return factory.createAsExpression(expr, factory.createKeywordTypeNode(ts2.SyntaxKind.AnyKeyword));
346
346
  }
347
347
 
348
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/input_function.mjs
348
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/input_function.mjs
349
349
  var signalInputsTransform = (member, sourceFile, host, factory, importTracker, importManager, classDecorator, isCore) => {
350
350
  var _a, _b;
351
351
  if ((_a = host.getDecoratorsOfDeclaration(member.node)) == null ? void 0 : _a.some((d) => isAngularDecorator(d, "Input", isCore))) {
@@ -367,7 +367,7 @@ var signalInputsTransform = (member, sourceFile, host, factory, importTracker, i
367
367
  return factory.updatePropertyDeclaration(member.node, [newDecorator, ...(_b = member.node.modifiers) != null ? _b : []], member.name, member.node.questionToken, member.node.type, member.node.initializer);
368
368
  };
369
369
 
370
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/model_function.mjs
370
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/model_function.mjs
371
371
  import ts3 from "typescript";
372
372
  var signalModelTransform = (member, sourceFile, host, factory, importTracker, importManager, classDecorator, isCore) => {
373
373
  var _a, _b;
@@ -401,7 +401,7 @@ function createDecorator(name, config, classDecorator, factory, sourceFile, impo
401
401
  return factory.createDecorator(factory.createCallExpression(callTarget, void 0, [config]));
402
402
  }
403
403
 
404
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/output_function.mjs
404
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/output_function.mjs
405
405
  var initializerApiOutputTransform = (member, sourceFile, host, factory, importTracker, importManager, classDecorator, isCore) => {
406
406
  var _a, _b;
407
407
  if ((_a = host.getDecoratorsOfDeclaration(member.node)) == null ? void 0 : _a.some((d) => isAngularDecorator(d, "Output", isCore))) {
@@ -415,7 +415,7 @@ var initializerApiOutputTransform = (member, sourceFile, host, factory, importTr
415
415
  return factory.updatePropertyDeclaration(member.node, [newDecorator, ...(_b = member.node.modifiers) != null ? _b : []], member.node.name, member.node.questionToken, member.node.type, member.node.initializer);
416
416
  };
417
417
 
418
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/query_functions.mjs
418
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/query_functions.mjs
419
419
  var queryFunctionToDecorator = {
420
420
  viewChild: "ViewChild",
421
421
  viewChildren: "ViewChildren",
@@ -448,7 +448,7 @@ var queryFunctionsTransforms = (member, sourceFile, host, factory, importTracker
448
448
  return factory.updatePropertyDeclaration(member.node, [newDecorator, ...(_a = member.node.modifiers) != null ? _a : []], member.node.name, member.node.questionToken, member.node.type, member.node.initializer);
449
449
  };
450
450
 
451
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform.mjs
451
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform.mjs
452
452
  var decoratorsWithInputs = ["Directive", "Component"];
453
453
  var propertyTransforms = [
454
454
  signalInputsTransform,
@@ -501,7 +501,7 @@ function createTransformVisitor(ctx, host, importManager, importTracker, isCore,
501
501
  return visitor;
502
502
  }
503
503
 
504
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/index.mjs
504
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/index.mjs
505
505
  function angularJitApplicationTransform(program, isCore = false, shouldTransformClass) {
506
506
  const typeChecker = program.getTypeChecker();
507
507
  const reflectionHost = new TypeScriptReflectionHost(typeChecker);
@@ -536,4 +536,4 @@ export {
536
536
  * Use of this source code is governed by an MIT-style license that can be
537
537
  * found in the LICENSE file at https://angular.dev/license
538
538
  */
539
- //# sourceMappingURL=chunk-SEPXPBD2.js.map
539
+ //# sourceMappingURL=chunk-V53QJA3R.js.map
package/bundles/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  GLOBAL_DEFS_FOR_TERSER,
7
7
  GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
8
8
  constructorParametersDownlevelTransform
9
- } from "./chunk-SNXU6YPZ.js";
9
+ } from "./chunk-PQSJQCH7.js";
10
10
  import {
11
11
  DEFAULT_ERROR_CODE,
12
12
  DecoratorType,
@@ -33,29 +33,29 @@ import {
33
33
  isTsDiagnostic,
34
34
  performCompilation,
35
35
  readConfiguration
36
- } from "./chunk-O2OVHMWL.js";
36
+ } from "./chunk-BTNMUYEF.js";
37
37
  import {
38
38
  angularJitApplicationTransform,
39
39
  getDownlevelDecoratorsTransform,
40
40
  getInitializerApiJitTransform
41
- } from "./chunk-SEPXPBD2.js";
41
+ } from "./chunk-V53QJA3R.js";
42
42
  import {
43
43
  ConsoleLogger,
44
44
  LogLevel
45
- } from "./chunk-FKXFEX7K.js";
45
+ } from "./chunk-GBKXY6BH.js";
46
46
  import {
47
47
  OptimizeFor,
48
48
  TsCreateProgramDriver
49
- } from "./chunk-PLKJMRGZ.js";
49
+ } from "./chunk-2AJMO7DE.js";
50
50
  import {
51
51
  ErrorCode,
52
52
  isLocalCompilationDiagnostics,
53
53
  ngErrorCode
54
- } from "./chunk-QYORKQDN.js";
54
+ } from "./chunk-SOZYYFP3.js";
55
55
  import {
56
56
  ActivePerfRecorder,
57
57
  PerfPhase
58
- } from "./chunk-Q2WE7ECN.js";
58
+ } from "./chunk-I6R3GL3L.js";
59
59
  import {
60
60
  LogicalFileSystem,
61
61
  LogicalProjectPath,
@@ -77,14 +77,14 @@ import {
77
77
  resolve,
78
78
  setFileSystem,
79
79
  toRelativeImport
80
- } from "./chunk-37JMVF7H.js";
80
+ } from "./chunk-STORTTKY.js";
81
81
  import "./chunk-KPQ72R34.js";
82
82
 
83
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
83
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
84
84
  import { Version } from "@angular/compiler";
85
- var VERSION = new Version("20.0.0-next.1");
85
+ var VERSION = new Version("20.0.0-next.3");
86
86
 
87
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
87
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
88
88
  var NgTscPlugin = class {
89
89
  ngOptions;
90
90
  name = "ngtsc";
@@ -161,7 +161,7 @@ var NgTscPlugin = class {
161
161
  }
162
162
  };
163
163
 
164
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
164
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
165
165
  setFileSystem(new NodeJSFileSystem());
166
166
  export {
167
167
  ConsoleLogger,
@@ -8,22 +8,22 @@ import {
8
8
  LinkerEnvironment,
9
9
  assert,
10
10
  isFatalLinkerError
11
- } from "../../chunk-UAA7BTBW.js";
11
+ } from "../../chunk-ACYTOLUT.js";
12
12
  import {
13
13
  ConsoleLogger,
14
14
  LogLevel
15
- } from "../../chunk-FKXFEX7K.js";
16
- import "../../chunk-77D5CI2U.js";
17
- import "../../chunk-QYORKQDN.js";
15
+ } from "../../chunk-GBKXY6BH.js";
16
+ import "../../chunk-5UDS2TPQ.js";
17
+ import "../../chunk-SOZYYFP3.js";
18
18
  import {
19
19
  NodeJSFileSystem
20
- } from "../../chunk-37JMVF7H.js";
20
+ } from "../../chunk-STORTTKY.js";
21
21
  import "../../chunk-KPQ72R34.js";
22
22
 
23
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
23
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
24
24
  import { types as t4 } from "@babel/core";
25
25
 
26
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
26
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
27
27
  import { types as t } from "@babel/core";
28
28
  var BabelAstFactory = class {
29
29
  sourceUrl;
@@ -155,7 +155,7 @@ function isLExpression(expr) {
155
155
  return t.isLVal(expr);
156
156
  }
157
157
 
158
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
158
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
159
159
  import { types as t2 } from "@babel/core";
160
160
  var BabelAstHost = class {
161
161
  getSymbolName(node) {
@@ -281,7 +281,7 @@ function isMinifiedBooleanLiteral(node) {
281
281
  return t2.isUnaryExpression(node) && node.prefix && node.operator === "!" && t2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
282
282
  }
283
283
 
284
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
284
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
285
285
  import { types as t3 } from "@babel/core";
286
286
  var BabelDeclarationScope = class {
287
287
  declarationScope;
@@ -308,7 +308,7 @@ var BabelDeclarationScope = class {
308
308
  }
309
309
  };
310
310
 
311
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
311
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
312
312
  function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) {
313
313
  let fileLinker = null;
314
314
  return {
@@ -409,7 +409,7 @@ function buildCodeFrameError(file, message, node) {
409
409
  return `${filename}: ${error.message}`;
410
410
  }
411
411
 
412
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
412
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
413
413
  function defaultLinkerPlugin(api, options) {
414
414
  api.assertVersion(7);
415
415
  return createEs2015LinkerPlugin({
@@ -419,7 +419,7 @@ function defaultLinkerPlugin(api, options) {
419
419
  });
420
420
  }
421
421
 
422
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
422
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
423
423
  var babel_default = defaultLinkerPlugin;
424
424
  export {
425
425
  createEs2015LinkerPlugin,
@@ -10,10 +10,10 @@ import {
10
10
  assert,
11
11
  isFatalLinkerError,
12
12
  needsLinking
13
- } from "../chunk-UAA7BTBW.js";
14
- import "../chunk-77D5CI2U.js";
15
- import "../chunk-QYORKQDN.js";
16
- import "../chunk-37JMVF7H.js";
13
+ } from "../chunk-ACYTOLUT.js";
14
+ import "../chunk-5UDS2TPQ.js";
15
+ import "../chunk-SOZYYFP3.js";
16
+ import "../chunk-STORTTKY.js";
17
17
  import "../chunk-KPQ72R34.js";
18
18
  export {
19
19
  DEFAULT_LINKER_OPTIONS,
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  PerfPhase
7
- } from "../chunk-Q2WE7ECN.js";
7
+ } from "../chunk-I6R3GL3L.js";
8
8
  import "../chunk-KPQ72R34.js";
9
9
  export {
10
10
  PerfPhase
@@ -5,11 +5,11 @@
5
5
  import {
6
6
  ConsoleLogger,
7
7
  LogLevel
8
- } from "../chunk-FKXFEX7K.js";
8
+ } from "../chunk-GBKXY6BH.js";
9
9
  import {
10
10
  SourceFile,
11
11
  SourceFileLoader
12
- } from "../chunk-77D5CI2U.js";
12
+ } from "../chunk-5UDS2TPQ.js";
13
13
  import {
14
14
  LogicalFileSystem,
15
15
  LogicalProjectPath,
@@ -31,7 +31,7 @@ import {
31
31
  resolve,
32
32
  setFileSystem,
33
33
  toRelativeImport
34
- } from "../chunk-37JMVF7H.js";
34
+ } from "../chunk-STORTTKY.js";
35
35
  import "../chunk-KPQ72R34.js";
36
36
  export {
37
37
  ConsoleLogger,
@@ -8,16 +8,16 @@ import {
8
8
  PotentialImportKind,
9
9
  PotentialImportMode,
10
10
  StaticInterpreter,
11
- forwardRefResolver
12
- } from "../chunk-PLKJMRGZ.js";
11
+ createForwardRefResolver
12
+ } from "../chunk-2AJMO7DE.js";
13
13
  import {
14
14
  ImportManager,
15
15
  Reference,
16
16
  TypeScriptReflectionHost,
17
17
  reflectObjectLiteral
18
- } from "../chunk-QYORKQDN.js";
19
- import "../chunk-Q2WE7ECN.js";
20
- import "../chunk-37JMVF7H.js";
18
+ } from "../chunk-SOZYYFP3.js";
19
+ import "../chunk-I6R3GL3L.js";
20
+ import "../chunk-STORTTKY.js";
21
21
  import "../chunk-KPQ72R34.js";
22
22
  export {
23
23
  DynamicValue,
@@ -28,7 +28,7 @@ export {
28
28
  Reference,
29
29
  StaticInterpreter,
30
30
  TypeScriptReflectionHost,
31
- forwardRefResolver,
31
+ createForwardRefResolver,
32
32
  reflectObjectLiteral
33
33
  };
34
34
  /**
@@ -6,12 +6,12 @@ import {
6
6
  GLOBAL_DEFS_FOR_TERSER,
7
7
  GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
8
8
  constructorParametersDownlevelTransform
9
- } from "../chunk-SNXU6YPZ.js";
10
- import "../chunk-SEPXPBD2.js";
11
- import "../chunk-PLKJMRGZ.js";
12
- import "../chunk-QYORKQDN.js";
13
- import "../chunk-Q2WE7ECN.js";
14
- import "../chunk-37JMVF7H.js";
9
+ } from "../chunk-PQSJQCH7.js";
10
+ import "../chunk-V53QJA3R.js";
11
+ import "../chunk-2AJMO7DE.js";
12
+ import "../chunk-SOZYYFP3.js";
13
+ import "../chunk-I6R3GL3L.js";
14
+ import "../chunk-STORTTKY.js";
15
15
  import "../chunk-KPQ72R34.js";
16
16
  export {
17
17
  GLOBAL_DEFS_FOR_TERSER,
@@ -6,24 +6,24 @@
6
6
  import {
7
7
  main,
8
8
  readCommandLineAndConfiguration
9
- } from "../../chunk-YSSSYIZJ.js";
9
+ } from "../../chunk-22GWKJOS.js";
10
10
  import {
11
11
  EmitFlags
12
- } from "../../chunk-O2OVHMWL.js";
13
- import "../../chunk-SEPXPBD2.js";
14
- import "../../chunk-PLKJMRGZ.js";
15
- import "../../chunk-QYORKQDN.js";
16
- import "../../chunk-Q2WE7ECN.js";
12
+ } from "../../chunk-BTNMUYEF.js";
13
+ import "../../chunk-V53QJA3R.js";
14
+ import "../../chunk-2AJMO7DE.js";
15
+ import "../../chunk-SOZYYFP3.js";
16
+ import "../../chunk-I6R3GL3L.js";
17
17
  import {
18
18
  NodeJSFileSystem,
19
19
  setFileSystem
20
- } from "../../chunk-37JMVF7H.js";
20
+ } from "../../chunk-STORTTKY.js";
21
21
  import "../../chunk-KPQ72R34.js";
22
22
 
23
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
23
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
24
24
  import "reflect-metadata";
25
25
 
26
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
26
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
27
27
  import yargs from "yargs";
28
28
  function mainXi18n(args2, consoleError = console.error) {
29
29
  const config = readXi18nCommandLineAndConfiguration(args2);
@@ -46,7 +46,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
46
46
  return { ...config, emitFlags: EmitFlags.I18nBundle };
47
47
  }
48
48
 
49
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
49
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
50
50
  process.title = "Angular i18n Message Extractor (ng-xi18n)";
51
51
  var args = process.argv.slice(2);
52
52
  setFileSystem(new NodeJSFileSystem());
@@ -5,19 +5,19 @@
5
5
 
6
6
  import {
7
7
  main
8
- } from "../../chunk-YSSSYIZJ.js";
9
- import "../../chunk-O2OVHMWL.js";
10
- import "../../chunk-SEPXPBD2.js";
11
- import "../../chunk-PLKJMRGZ.js";
12
- import "../../chunk-QYORKQDN.js";
13
- import "../../chunk-Q2WE7ECN.js";
8
+ } from "../../chunk-22GWKJOS.js";
9
+ import "../../chunk-BTNMUYEF.js";
10
+ import "../../chunk-V53QJA3R.js";
11
+ import "../../chunk-2AJMO7DE.js";
12
+ import "../../chunk-SOZYYFP3.js";
13
+ import "../../chunk-I6R3GL3L.js";
14
14
  import {
15
15
  NodeJSFileSystem,
16
16
  setFileSystem
17
- } from "../../chunk-37JMVF7H.js";
17
+ } from "../../chunk-STORTTKY.js";
18
18
  import "../../chunk-KPQ72R34.js";
19
19
 
20
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
20
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
21
21
  import "reflect-metadata";
22
22
  async function runNgcComamnd() {
23
23
  process.title = "Angular Compiler (ngc)";