@angular/compiler-cli 17.3.7 → 17.3.9

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-JVX4FN2F.js → chunk-26Z5EPVF.js} +78 -78
  2. package/bundles/{chunk-UM6JO3VZ.js → chunk-75YFKYUJ.js} +7 -7
  3. package/bundles/{chunk-DEDJRZPG.js → chunk-KAFBWQ67.js} +30 -30
  4. package/bundles/{chunk-EM4I4HTR.js → chunk-LV7FGTGX.js} +111 -111
  5. package/bundles/{chunk-7IGIAFDK.js → chunk-NDT2FVCM.js} +13 -13
  6. package/bundles/{chunk-RWHNANUR.js → chunk-NMMGOE7N.js} +43 -43
  7. package/bundles/{chunk-64JBPJBS.js → chunk-R4KQI5XI.js} +5 -5
  8. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  9. package/bundles/{chunk-2WQIUGOU.js → chunk-WCD6LVCP.js} +7 -7
  10. package/bundles/{chunk-XIYC7KSQ.js → chunk-YUMIYLNL.js} +5 -5
  11. package/bundles/{chunk-IRIANPQU.js → chunk-ZVICXMWS.js} +5 -5
  12. package/bundles/index.js +12 -12
  13. package/bundles/linker/babel/index.js +12 -12
  14. package/bundles/linker/index.js +4 -4
  15. package/bundles/ngcc/index.js +1 -1
  16. package/bundles/private/bazel.js +1 -1
  17. package/bundles/private/localize.js +3 -3
  18. package/bundles/private/migrations.js +5 -5
  19. package/bundles/private/tooling.js +5 -5
  20. package/bundles/src/bin/ng_xi18n.js +10 -10
  21. package/bundles/src/bin/ngc.js +8 -8
  22. package/bundles_metadata.json +1 -1
  23. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  24. package/package.json +2 -2
  25. /package/bundles/{chunk-JVX4FN2F.js.map → chunk-26Z5EPVF.js.map} +0 -0
  26. /package/bundles/{chunk-UM6JO3VZ.js.map → chunk-75YFKYUJ.js.map} +0 -0
  27. /package/bundles/{chunk-DEDJRZPG.js.map → chunk-KAFBWQ67.js.map} +0 -0
  28. /package/bundles/{chunk-EM4I4HTR.js.map → chunk-LV7FGTGX.js.map} +0 -0
  29. /package/bundles/{chunk-7IGIAFDK.js.map → chunk-NDT2FVCM.js.map} +0 -0
  30. /package/bundles/{chunk-RWHNANUR.js.map → chunk-NMMGOE7N.js.map} +0 -0
  31. /package/bundles/{chunk-64JBPJBS.js.map → chunk-R4KQI5XI.js.map} +0 -0
  32. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  33. /package/bundles/{chunk-2WQIUGOU.js.map → chunk-WCD6LVCP.js.map} +0 -0
  34. /package/bundles/{chunk-XIYC7KSQ.js.map → chunk-YUMIYLNL.js.map} +0 -0
  35. /package/bundles/{chunk-IRIANPQU.js.map → chunk-ZVICXMWS.js.map} +0 -0
@@ -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 {
@@ -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_arm64-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_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
275
275
  import fs2 from "fs";
276
276
  import { createRequire } 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-UM6JO3VZ.js.map
410
+ //# sourceMappingURL=chunk-75YFKYUJ.js.map
@@ -5,12 +5,12 @@
5
5
  import {
6
6
  Context,
7
7
  ExpressionTranslatorVisitor
8
- } from "./chunk-RWHNANUR.js";
8
+ } from "./chunk-NMMGOE7N.js";
9
9
  import {
10
10
  SourceFileLoader
11
- } from "./chunk-2WQIUGOU.js";
11
+ } from "./chunk-WCD6LVCP.js";
12
12
 
13
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
13
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
14
14
  var FatalLinkerError = class extends Error {
15
15
  constructor(node, message) {
16
16
  super(message);
@@ -22,14 +22,14 @@ function isFatalLinkerError(e) {
22
22
  return e && e.type === "FatalLinkerError";
23
23
  }
24
24
 
25
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
25
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
26
26
  function assert(node, predicate, expected) {
27
27
  if (!predicate(node)) {
28
28
  throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
29
29
  }
30
30
  }
31
31
 
32
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
32
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
33
33
  import * as o from "@angular/compiler";
34
34
  var AstObject = class {
35
35
  static parse(expression, host) {
@@ -159,10 +159,10 @@ var AstValue = class {
159
159
  }
160
160
  };
161
161
 
162
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
162
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
163
163
  import { ConstantPool } from "@angular/compiler";
164
164
 
165
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
165
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
166
166
  var LinkerImportGenerator = class {
167
167
  constructor(factory, ngImport) {
168
168
  this.factory = factory;
@@ -182,7 +182,7 @@ var LinkerImportGenerator = class {
182
182
  }
183
183
  };
184
184
 
185
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
185
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
186
186
  var EmitScope = class {
187
187
  constructor(ngImport, translator, factory) {
188
188
  this.ngImport = ngImport;
@@ -211,7 +211,7 @@ var EmitScope = class {
211
211
  }
212
212
  };
213
213
 
214
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
214
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
215
215
  var LocalEmitScope = class extends EmitScope {
216
216
  translateDefinition(definition) {
217
217
  return super.translateDefinition({
@@ -224,10 +224,10 @@ var LocalEmitScope = class extends EmitScope {
224
224
  }
225
225
  };
226
226
 
227
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
227
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
228
228
  import semver2 from "semver";
229
229
 
230
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
230
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
231
231
  function createGetSourceFile(sourceUrl, code, loader) {
232
232
  if (loader === null) {
233
233
  return () => null;
@@ -242,7 +242,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
242
242
  }
243
243
  }
244
244
 
245
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
245
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
246
246
  import { compileClassMetadata } from "@angular/compiler";
247
247
  var PartialClassMetadataLinkerVersion1 = class {
248
248
  linkPartialDeclaration(constantPool, metaObj) {
@@ -262,16 +262,16 @@ function toR3ClassMetadata(metaObj) {
262
262
  };
263
263
  }
264
264
 
265
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
265
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
266
266
  import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher, ViewEncapsulation } from "@angular/compiler";
267
267
  import semver from "semver";
268
268
 
269
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
269
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
270
270
  import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
271
271
 
272
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
272
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
273
273
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
274
- var PLACEHOLDER_VERSION = "17.3.7";
274
+ var PLACEHOLDER_VERSION = "17.3.9";
275
275
  var SHOULD_USE_TEMPLATE_PIPELINE_FOR_LINKER = true;
276
276
  function wrapReference(wrapped) {
277
277
  return { value: wrapped, type: wrapped };
@@ -319,7 +319,7 @@ function extractForwardRef(expr) {
319
319
  return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
320
320
  }
321
321
 
322
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
322
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
323
323
  var PartialDirectiveLinkerVersion1 = class {
324
324
  constructor(sourceUrl, code) {
325
325
  this.sourceUrl = sourceUrl;
@@ -468,7 +468,7 @@ function createSourceSpan(range, code, sourceUrl) {
468
468
  return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
469
469
  }
470
470
 
471
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
471
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
472
472
  function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
473
473
  return {
474
474
  kind: R3TemplateDependencyKind.Directive,
@@ -687,7 +687,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
687
687
  return enumValue;
688
688
  }
689
689
 
690
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
690
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
691
691
  import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
692
692
  var PartialFactoryLinkerVersion1 = class {
693
693
  linkPartialDeclaration(constantPool, metaObj) {
@@ -723,7 +723,7 @@ function getDependencies(metaObj, propName) {
723
723
  return null;
724
724
  }
725
725
 
726
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
726
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
727
727
  import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
728
728
  var PartialInjectableLinkerVersion1 = class {
729
729
  linkPartialDeclaration(constantPool, metaObj) {
@@ -761,7 +761,7 @@ function toR3InjectableMeta(metaObj) {
761
761
  return meta;
762
762
  }
763
763
 
764
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
764
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
765
765
  import { compileInjector } from "@angular/compiler";
766
766
  var PartialInjectorLinkerVersion1 = class {
767
767
  linkPartialDeclaration(constantPool, metaObj) {
@@ -783,7 +783,7 @@ function toR3InjectorMeta(metaObj) {
783
783
  };
784
784
  }
785
785
 
786
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
786
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
787
787
  import { compileNgModule, R3NgModuleMetadataKind, R3SelectorScopeMode } from "@angular/compiler";
788
788
  var PartialNgModuleLinkerVersion1 = class {
789
789
  constructor(emitInline) {
@@ -855,7 +855,7 @@ function wrapReferences(values) {
855
855
  return values.getArray().map((i) => wrapReference(i.getOpaque()));
856
856
  }
857
857
 
858
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
858
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
859
859
  import { compilePipeFromMetadata } from "@angular/compiler";
860
860
  var PartialPipeLinkerVersion1 = class {
861
861
  constructor() {
@@ -884,7 +884,7 @@ function toR3PipeMeta(metaObj) {
884
884
  };
885
885
  }
886
886
 
887
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
887
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
888
888
  var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
889
889
  var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
890
890
  var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
@@ -981,7 +981,7 @@ function getRange(comparator, versionStr) {
981
981
  return new semver2.Range(`${comparator}${version.format()}`);
982
982
  }
983
983
 
984
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
984
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
985
985
  var FileLinker = class {
986
986
  constructor(linkerEnvironment, sourceUrl, code) {
987
987
  this.linkerEnvironment = linkerEnvironment;
@@ -1024,14 +1024,14 @@ var FileLinker = class {
1024
1024
  }
1025
1025
  };
1026
1026
 
1027
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
1027
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
1028
1028
  var DEFAULT_LINKER_OPTIONS = {
1029
1029
  sourceMapping: true,
1030
1030
  linkerJitMode: false,
1031
1031
  unknownDeclarationVersionHandling: "error"
1032
1032
  };
1033
1033
 
1034
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
1034
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
1035
1035
  var Translator = class {
1036
1036
  constructor(factory) {
1037
1037
  this.factory = factory;
@@ -1044,7 +1044,7 @@ var Translator = class {
1044
1044
  }
1045
1045
  };
1046
1046
 
1047
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
1047
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
1048
1048
  var LinkerEnvironment = class {
1049
1049
  constructor(fileSystem, logger, host, factory, options) {
1050
1050
  this.fileSystem = fileSystem;
@@ -1065,7 +1065,7 @@ var LinkerEnvironment = class {
1065
1065
  }
1066
1066
  };
1067
1067
 
1068
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1068
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1069
1069
  function needsLinking(path, source) {
1070
1070
  return declarationFunctions.some((fn) => source.includes(fn));
1071
1071
  }
@@ -1086,4 +1086,4 @@ export {
1086
1086
  * Use of this source code is governed by an MIT-style license that can be
1087
1087
  * found in the LICENSE file at https://angular.io/license
1088
1088
  */
1089
- //# sourceMappingURL=chunk-DEDJRZPG.js.map
1089
+ //# sourceMappingURL=chunk-KAFBWQ67.js.map