@angular/compiler-cli 18.1.0-next.1 → 18.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 (35) hide show
  1. package/bundles/{chunk-JZQHA4E7.js → chunk-AQFTVE7F.js} +5 -5
  2. package/bundles/{chunk-4HWDU6FJ.js → chunk-C6UWCS4B.js} +79 -76
  3. package/bundles/chunk-C6UWCS4B.js.map +6 -0
  4. package/bundles/{chunk-54G5EVKM.js → chunk-EU3OILAK.js} +7 -7
  5. package/bundles/{chunk-YPERM5UE.js → chunk-JNLETH45.js} +43 -43
  6. package/bundles/{chunk-CK5W7X4H.js → chunk-LH4HQPYV.js} +13 -13
  7. package/bundles/{chunk-Z34L7JZH.js → chunk-LTQ7ZO65.js} +31 -31
  8. package/bundles/{chunk-CWU65S2B.js → chunk-PFBSCCQT.js} +128 -130
  9. package/bundles/{chunk-CWU65S2B.js.map → chunk-PFBSCCQT.js.map} +1 -1
  10. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  11. package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
  12. package/bundles/{chunk-MLEQATX2.js → chunk-YDOWTHQV.js} +5 -5
  13. package/bundles/index.js +11 -11
  14. package/bundles/linker/babel/index.js +12 -12
  15. package/bundles/linker/index.js +4 -4
  16. package/bundles/ngcc/index.js +1 -1
  17. package/bundles/private/bazel.js +1 -1
  18. package/bundles/private/localize.js +3 -3
  19. package/bundles/private/migrations.js +4 -4
  20. package/bundles/private/tooling.js +5 -5
  21. package/bundles/src/bin/ng_xi18n.js +9 -9
  22. package/bundles/src/bin/ngc.js +7 -7
  23. package/bundles_metadata.json +1 -1
  24. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  25. package/package.json +3 -3
  26. package/src/ngtsc/docs/src/entities.d.ts +1 -0
  27. package/bundles/chunk-4HWDU6FJ.js.map +0 -6
  28. /package/bundles/{chunk-JZQHA4E7.js.map → chunk-AQFTVE7F.js.map} +0 -0
  29. /package/bundles/{chunk-54G5EVKM.js.map → chunk-EU3OILAK.js.map} +0 -0
  30. /package/bundles/{chunk-YPERM5UE.js.map → chunk-JNLETH45.js.map} +0 -0
  31. /package/bundles/{chunk-CK5W7X4H.js.map → chunk-LH4HQPYV.js.map} +0 -0
  32. /package/bundles/{chunk-Z34L7JZH.js.map → chunk-LTQ7ZO65.js.map} +0 -0
  33. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  34. /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
  35. /package/bundles/{chunk-MLEQATX2.js.map → chunk-YDOWTHQV.js.map} +0 -0
@@ -5,12 +5,12 @@
5
5
  import {
6
6
  Context,
7
7
  ExpressionTranslatorVisitor
8
- } from "./chunk-YPERM5UE.js";
8
+ } from "./chunk-JNLETH45.js";
9
9
  import {
10
10
  SourceFileLoader
11
- } from "./chunk-QYV344EV.js";
11
+ } from "./chunk-WR7TUJ7M.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) {
@@ -162,10 +162,10 @@ var AstValue = class {
162
162
  }
163
163
  };
164
164
 
165
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
165
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
166
166
  import { ConstantPool } from "@angular/compiler";
167
167
 
168
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
168
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
169
169
  var LinkerImportGenerator = class {
170
170
  constructor(factory, ngImport) {
171
171
  this.factory = factory;
@@ -185,7 +185,7 @@ var LinkerImportGenerator = class {
185
185
  }
186
186
  };
187
187
 
188
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
188
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
189
189
  var EmitScope = class {
190
190
  constructor(ngImport, translator, factory) {
191
191
  this.ngImport = ngImport;
@@ -214,7 +214,7 @@ var EmitScope = class {
214
214
  }
215
215
  };
216
216
 
217
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
217
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
218
218
  var LocalEmitScope = class extends EmitScope {
219
219
  translateDefinition(definition) {
220
220
  return super.translateDefinition({
@@ -227,10 +227,10 @@ var LocalEmitScope = class extends EmitScope {
227
227
  }
228
228
  };
229
229
 
230
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
230
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
231
231
  import semver2 from "semver";
232
232
 
233
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
233
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
234
234
  function createGetSourceFile(sourceUrl, code, loader) {
235
235
  if (loader === null) {
236
236
  return () => null;
@@ -245,7 +245,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
245
245
  }
246
246
  }
247
247
 
248
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_async_linker_1.mjs
248
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_async_linker_1.mjs
249
249
  import { compileOpaqueAsyncClassMetadata } from "@angular/compiler";
250
250
  var PartialClassMetadataAsyncLinkerVersion1 = class {
251
251
  linkPartialDeclaration(constantPool, metaObj) {
@@ -270,7 +270,7 @@ var PartialClassMetadataAsyncLinkerVersion1 = class {
270
270
  }
271
271
  };
272
272
 
273
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
273
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
274
274
  import { compileClassMetadata } from "@angular/compiler";
275
275
  var PartialClassMetadataLinkerVersion1 = class {
276
276
  linkPartialDeclaration(constantPool, metaObj) {
@@ -290,16 +290,16 @@ function toR3ClassMetadata(metaObj) {
290
290
  };
291
291
  }
292
292
 
293
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
293
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
294
294
  import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher, ViewEncapsulation } from "@angular/compiler";
295
295
  import semver from "semver";
296
296
 
297
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
297
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
298
298
  import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
299
299
 
300
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
300
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
301
301
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
302
- var PLACEHOLDER_VERSION = "18.1.0-next.1";
302
+ var PLACEHOLDER_VERSION = "18.1.0-next.2";
303
303
  function wrapReference(wrapped) {
304
304
  return { value: wrapped, type: wrapped };
305
305
  }
@@ -346,7 +346,7 @@ function extractForwardRef(expr) {
346
346
  return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
347
347
  }
348
348
 
349
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
349
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
350
350
  var PartialDirectiveLinkerVersion1 = class {
351
351
  constructor(sourceUrl, code) {
352
352
  this.sourceUrl = sourceUrl;
@@ -493,7 +493,7 @@ function createSourceSpan(range, code, sourceUrl) {
493
493
  return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
494
494
  }
495
495
 
496
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
496
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
497
497
  function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
498
498
  return {
499
499
  kind: R3TemplateDependencyKind.Directive,
@@ -705,7 +705,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
705
705
  return enumValue;
706
706
  }
707
707
 
708
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
708
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
709
709
  import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
710
710
  var PartialFactoryLinkerVersion1 = class {
711
711
  linkPartialDeclaration(constantPool, metaObj) {
@@ -741,7 +741,7 @@ function getDependencies(metaObj, propName) {
741
741
  return null;
742
742
  }
743
743
 
744
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
744
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
745
745
  import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
746
746
  var PartialInjectableLinkerVersion1 = class {
747
747
  linkPartialDeclaration(constantPool, metaObj) {
@@ -779,7 +779,7 @@ function toR3InjectableMeta(metaObj) {
779
779
  return meta;
780
780
  }
781
781
 
782
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
782
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
783
783
  import { compileInjector } from "@angular/compiler";
784
784
  var PartialInjectorLinkerVersion1 = class {
785
785
  linkPartialDeclaration(constantPool, metaObj) {
@@ -801,7 +801,7 @@ function toR3InjectorMeta(metaObj) {
801
801
  };
802
802
  }
803
803
 
804
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
804
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
805
805
  import { compileNgModule, R3NgModuleMetadataKind, R3SelectorScopeMode } from "@angular/compiler";
806
806
  var PartialNgModuleLinkerVersion1 = class {
807
807
  constructor(emitInline) {
@@ -873,7 +873,7 @@ function wrapReferences(values) {
873
873
  return values.getArray().map((i) => wrapReference(i.getOpaque()));
874
874
  }
875
875
 
876
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
876
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
877
877
  import { compilePipeFromMetadata } from "@angular/compiler";
878
878
  var PartialPipeLinkerVersion1 = class {
879
879
  constructor() {
@@ -902,7 +902,7 @@ function toR3PipeMeta(metaObj) {
902
902
  };
903
903
  }
904
904
 
905
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
905
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
906
906
  var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
907
907
  var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
908
908
  var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
@@ -1004,7 +1004,7 @@ function getRange(comparator, versionStr) {
1004
1004
  return new semver2.Range(`${comparator}${version.format()}`);
1005
1005
  }
1006
1006
 
1007
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
1007
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
1008
1008
  var FileLinker = class {
1009
1009
  constructor(linkerEnvironment, sourceUrl, code) {
1010
1010
  this.linkerEnvironment = linkerEnvironment;
@@ -1047,14 +1047,14 @@ var FileLinker = class {
1047
1047
  }
1048
1048
  };
1049
1049
 
1050
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
1050
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
1051
1051
  var DEFAULT_LINKER_OPTIONS = {
1052
1052
  sourceMapping: true,
1053
1053
  linkerJitMode: false,
1054
1054
  unknownDeclarationVersionHandling: "error"
1055
1055
  };
1056
1056
 
1057
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
1057
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
1058
1058
  var Translator = class {
1059
1059
  constructor(factory) {
1060
1060
  this.factory = factory;
@@ -1067,7 +1067,7 @@ var Translator = class {
1067
1067
  }
1068
1068
  };
1069
1069
 
1070
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
1070
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
1071
1071
  var LinkerEnvironment = class {
1072
1072
  constructor(fileSystem, logger, host, factory, options) {
1073
1073
  this.fileSystem = fileSystem;
@@ -1088,7 +1088,7 @@ var LinkerEnvironment = class {
1088
1088
  }
1089
1089
  };
1090
1090
 
1091
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1091
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1092
1092
  function needsLinking(path, source) {
1093
1093
  return declarationFunctions.some((fn) => source.includes(fn));
1094
1094
  }
@@ -1109,4 +1109,4 @@ export {
1109
1109
  * Use of this source code is governed by an MIT-style license that can be
1110
1110
  * found in the LICENSE file at https://angular.io/license
1111
1111
  */
1112
- //# sourceMappingURL=chunk-Z34L7JZH.js.map
1112
+ //# sourceMappingURL=chunk-LTQ7ZO65.js.map