@angular/compiler-cli 17.0.0-next.3 → 17.0.0-next.5

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 (55) hide show
  1. package/bundles/{chunk-QYCH2357.js → chunk-7QICZXP3.js} +8 -8
  2. package/bundles/{chunk-BK7TBDB4.js → chunk-7QTF7U4J.js} +4 -4
  3. package/bundles/{chunk-PCMLSPQF.js → chunk-CSOLWS7O.js} +7 -7
  4. package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
  5. package/bundles/{chunk-7PCPPTTO.js → chunk-HJOPJLIM.js} +5 -5
  6. package/bundles/{chunk-42ADUVYG.js → chunk-KV7WQARZ.js} +31 -31
  7. package/bundles/{chunk-JXVNXZIV.js → chunk-OADA63HC.js} +5 -5
  8. package/bundles/{chunk-I7GHEGCH.js → chunk-RVITQ7TS.js} +1033 -498
  9. package/bundles/chunk-RVITQ7TS.js.map +6 -0
  10. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  11. package/bundles/{chunk-I2HNYMSV.js → chunk-TX6LIB73.js} +29 -27
  12. package/bundles/{chunk-I2HNYMSV.js.map → chunk-TX6LIB73.js.map} +1 -1
  13. package/bundles/{chunk-JZC4T2RR.js → chunk-UHYH6BYB.js} +1 -1
  14. package/bundles/{chunk-Y4VU3VP2.js → chunk-YWV5CDS7.js} +142 -101
  15. package/bundles/chunk-YWV5CDS7.js.map +6 -0
  16. package/bundles/index.js +19 -13
  17. package/bundles/index.js.map +1 -1
  18. package/bundles/linker/babel/index.js +13 -13
  19. package/bundles/linker/index.js +5 -5
  20. package/bundles/ngcc/index.js +1 -1
  21. package/bundles/private/bazel.js +1 -1
  22. package/bundles/private/localize.js +3 -3
  23. package/bundles/private/migrations.js +6 -6
  24. package/bundles/private/tooling.js +4 -4
  25. package/bundles/src/bin/ng_xi18n.js +11 -11
  26. package/bundles/src/bin/ngc.js +9 -9
  27. package/bundles_metadata.json +1 -1
  28. package/index.d.ts +1 -0
  29. package/package.json +5 -5
  30. package/src/ngtsc/annotations/component/src/handler.d.ts +1 -1
  31. package/src/ngtsc/core/src/compiler.d.ts +10 -0
  32. package/src/ngtsc/diagnostics/src/error_code.d.ts +13 -0
  33. package/src/ngtsc/docs/index.d.ts +9 -0
  34. package/src/ngtsc/docs/src/class_extractor.d.ts +13 -0
  35. package/src/ngtsc/docs/src/constant_extractor.d.ts +13 -0
  36. package/src/ngtsc/docs/src/entities.d.ts +107 -0
  37. package/src/ngtsc/docs/src/enum_extractor.d.ts +11 -0
  38. package/src/ngtsc/docs/src/extractor.d.ts +26 -0
  39. package/src/ngtsc/docs/src/function_extractor.d.ts +16 -0
  40. package/src/ngtsc/docs/src/jsdoc_extractor.d.ts +21 -0
  41. package/src/ngtsc/docs/src/type_extractor.d.ts +10 -0
  42. package/src/ngtsc/program.d.ts +10 -0
  43. package/src/ngtsc/typecheck/src/oob.d.ts +6 -1
  44. package/src/ngtsc/typecheck/src/type_check_block.d.ts +5 -3
  45. package/bundles/chunk-I7GHEGCH.js.map +0 -6
  46. package/bundles/chunk-Y4VU3VP2.js.map +0 -6
  47. /package/bundles/{chunk-QYCH2357.js.map → chunk-7QICZXP3.js.map} +0 -0
  48. /package/bundles/{chunk-BK7TBDB4.js.map → chunk-7QTF7U4J.js.map} +0 -0
  49. /package/bundles/{chunk-PCMLSPQF.js.map → chunk-CSOLWS7O.js.map} +0 -0
  50. /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
  51. /package/bundles/{chunk-7PCPPTTO.js.map → chunk-HJOPJLIM.js.map} +0 -0
  52. /package/bundles/{chunk-42ADUVYG.js.map → chunk-KV7WQARZ.js.map} +0 -0
  53. /package/bundles/{chunk-JXVNXZIV.js.map → chunk-OADA63HC.js.map} +0 -0
  54. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  55. /package/bundles/{chunk-JZC4T2RR.js.map → chunk-UHYH6BYB.js.map} +0 -0
@@ -7,9 +7,9 @@ import {
7
7
  NoopImportRewriter,
8
8
  Reference,
9
9
  assertSuccessfulReferenceEmit
10
- } from "./chunk-I2HNYMSV.js";
10
+ } from "./chunk-TX6LIB73.js";
11
11
 
12
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
12
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
13
13
  var Context = class {
14
14
  constructor(isStatement) {
15
15
  this.isStatement = isStatement;
@@ -22,7 +22,7 @@ var Context = class {
22
22
  }
23
23
  };
24
24
 
25
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
25
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
26
26
  import * as o from "@angular/compiler";
27
27
  var UNARY_OPERATORS = /* @__PURE__ */ new Map([
28
28
  [o.UnaryOperator.Minus, "-"],
@@ -260,7 +260,7 @@ function createRange(span) {
260
260
  };
261
261
  }
262
262
 
263
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
263
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
264
264
  import ts from "typescript";
265
265
  var ImportManager = class {
266
266
  constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
@@ -296,7 +296,7 @@ var ImportManager = class {
296
296
  }
297
297
  };
298
298
 
299
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
299
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
300
300
  import * as o2 from "@angular/compiler";
301
301
  import ts2 from "typescript";
302
302
  function translateType(type, contextFile, reflector, refEmitter, imports) {
@@ -519,7 +519,7 @@ var TypeTranslatorVisitor = class {
519
519
  }
520
520
  };
521
521
 
522
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
522
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
523
523
  import ts3 from "typescript";
524
524
  var PureAnnotation;
525
525
  (function(PureAnnotation2) {
@@ -715,7 +715,7 @@ function attachComments(statement, leadingComments) {
715
715
  }
716
716
  }
717
717
 
718
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
718
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
719
719
  function translateExpression(expression, imports, options = {}) {
720
720
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
721
721
  }
@@ -738,4 +738,4 @@ export {
738
738
  * Use of this source code is governed by an MIT-style license that can be
739
739
  * found in the LICENSE file at https://angular.io/license
740
740
  */
741
- //# sourceMappingURL=chunk-QYCH2357.js.map
741
+ //# sourceMappingURL=chunk-7QICZXP3.js.map
@@ -6,9 +6,9 @@ import {
6
6
  TypeScriptReflectionHost,
7
7
  isAliasImportDeclaration,
8
8
  loadIsReferencedAliasDeclarationPatch
9
- } from "./chunk-I2HNYMSV.js";
9
+ } from "./chunk-TX6LIB73.js";
10
10
 
11
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
11
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
12
12
  import ts from "typescript";
13
13
  function isAngularDecorator(decorator, isCore) {
14
14
  return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
@@ -311,7 +311,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
311
311
  return ts.setOriginalNode(clone, node);
312
312
  }
313
313
 
314
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
314
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
315
315
  var GLOBAL_DEFS_FOR_TERSER = {
316
316
  ngDevMode: false,
317
317
  ngI18nClosureMode: false
@@ -344,4 +344,4 @@ export {
344
344
  * Use of this source code is governed by an MIT-style license that can be
345
345
  * found in the LICENSE file at https://angular.io/license
346
346
  */
347
- //# sourceMappingURL=chunk-BK7TBDB4.js.map
347
+ //# sourceMappingURL=chunk-7QTF7U4J.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 {
@@ -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 module from "module";
277
277
  import * as p from "path";
@@ -407,4 +407,4 @@ export {
407
407
  * Use of this source code is governed by an MIT-style license that can be
408
408
  * found in the LICENSE file at https://angular.io/license
409
409
  */
410
- //# sourceMappingURL=chunk-PCMLSPQF.js.map
410
+ //# sourceMappingURL=chunk-CSOLWS7O.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) {
@@ -416,4 +416,4 @@ export {
416
416
  * Use of this source code is governed by an MIT-style license that can be
417
417
  * found in the LICENSE file at https://angular.io/license
418
418
  */
419
- //# sourceMappingURL=chunk-EKTJ7622.js.map
419
+ //# sourceMappingURL=chunk-GYHDNUIK.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/perf/src/api.mjs
6
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
7
7
  var PerfPhase;
8
8
  (function(PerfPhase2) {
9
9
  PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
@@ -70,7 +70,7 @@ var PerfCheckpoint;
70
70
  PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
71
71
  })(PerfCheckpoint || (PerfCheckpoint = {}));
72
72
 
73
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
73
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
74
74
  var NoopPerfRecorder = class {
75
75
  eventCount() {
76
76
  }
@@ -87,7 +87,7 @@ var NoopPerfRecorder = class {
87
87
  };
88
88
  var NOOP_PERF_RECORDER = new NoopPerfRecorder();
89
89
 
90
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
90
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
91
91
  function mark() {
92
92
  return process.hrtime();
93
93
  }
@@ -96,7 +96,7 @@ function timeSinceInMicros(mark2) {
96
96
  return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
97
97
  }
98
98
 
99
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
99
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
100
100
  var ActivePerfRecorder = class {
101
101
  static zeroedToNow() {
102
102
  return new ActivePerfRecorder(mark());
@@ -204,4 +204,4 @@ export {
204
204
  * Use of this source code is governed by an MIT-style license that can be
205
205
  * found in the LICENSE file at https://angular.io/license
206
206
  */
207
- //# sourceMappingURL=chunk-7PCPPTTO.js.map
207
+ //# sourceMappingURL=chunk-HJOPJLIM.js.map
@@ -5,12 +5,12 @@
5
5
  import {
6
6
  Context,
7
7
  ExpressionTranslatorVisitor
8
- } from "./chunk-QYCH2357.js";
8
+ } from "./chunk-7QICZXP3.js";
9
9
  import {
10
10
  SourceFileLoader
11
- } from "./chunk-EKTJ7622.js";
11
+ } from "./chunk-GYHDNUIK.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) {
@@ -155,10 +155,10 @@ var AstValue = class {
155
155
  }
156
156
  };
157
157
 
158
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
158
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
159
159
  import { ConstantPool } from "@angular/compiler";
160
160
 
161
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
161
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
162
162
  var LinkerImportGenerator = class {
163
163
  constructor(ngImport) {
164
164
  this.ngImport = ngImport;
@@ -178,7 +178,7 @@ var LinkerImportGenerator = class {
178
178
  }
179
179
  };
180
180
 
181
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
182
182
  var EmitScope = class {
183
183
  constructor(ngImport, translator, factory) {
184
184
  this.ngImport = ngImport;
@@ -207,7 +207,7 @@ var EmitScope = class {
207
207
  }
208
208
  };
209
209
 
210
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
210
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
211
211
  var LocalEmitScope = class extends EmitScope {
212
212
  translateDefinition(definition) {
213
213
  return super.translateDefinition({
@@ -220,10 +220,10 @@ var LocalEmitScope = class extends EmitScope {
220
220
  }
221
221
  };
222
222
 
223
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
223
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
224
224
  import semver from "semver";
225
225
 
226
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
226
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
227
227
  function createGetSourceFile(sourceUrl, code, loader) {
228
228
  if (loader === null) {
229
229
  return () => null;
@@ -238,7 +238,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
238
238
  }
239
239
  }
240
240
 
241
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
241
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
242
242
  import { compileClassMetadata } from "@angular/compiler";
243
243
  var PartialClassMetadataLinkerVersion1 = class {
244
244
  linkPartialDeclaration(constantPool, metaObj) {
@@ -258,13 +258,13 @@ function toR3ClassMetadata(metaObj) {
258
258
  };
259
259
  }
260
260
 
261
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
261
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
262
262
  import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TemplateDependencyKind, ViewEncapsulation } from "@angular/compiler";
263
263
 
264
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
264
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
265
265
  import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
266
266
 
267
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
267
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
268
268
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
269
269
  function wrapReference(wrapped) {
270
270
  return { value: wrapped, type: wrapped };
@@ -312,7 +312,7 @@ function extractForwardRef(expr) {
312
312
  return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
313
313
  }
314
314
 
315
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
315
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
316
316
  var PartialDirectiveLinkerVersion1 = class {
317
317
  constructor(sourceUrl, code) {
318
318
  this.sourceUrl = sourceUrl;
@@ -442,7 +442,7 @@ function createSourceSpan(range, code, sourceUrl) {
442
442
  return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
443
443
  }
444
444
 
445
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
445
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
446
446
  function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
447
447
  return {
448
448
  kind: R3TemplateDependencyKind.Directive,
@@ -637,7 +637,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
637
637
  return enumValue;
638
638
  }
639
639
 
640
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
640
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
641
641
  import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
642
642
  var PartialFactoryLinkerVersion1 = class {
643
643
  linkPartialDeclaration(constantPool, metaObj) {
@@ -673,7 +673,7 @@ function getDependencies(metaObj, propName) {
673
673
  return null;
674
674
  }
675
675
 
676
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
676
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
677
677
  import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
678
678
  var PartialInjectableLinkerVersion1 = class {
679
679
  linkPartialDeclaration(constantPool, metaObj) {
@@ -711,7 +711,7 @@ function toR3InjectableMeta(metaObj) {
711
711
  return meta;
712
712
  }
713
713
 
714
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
714
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
715
715
  import { compileInjector } from "@angular/compiler";
716
716
  var PartialInjectorLinkerVersion1 = class {
717
717
  linkPartialDeclaration(constantPool, metaObj) {
@@ -733,7 +733,7 @@ function toR3InjectorMeta(metaObj) {
733
733
  };
734
734
  }
735
735
 
736
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
736
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
737
737
  import { compileNgModule, R3NgModuleMetadataKind, R3SelectorScopeMode } from "@angular/compiler";
738
738
  var PartialNgModuleLinkerVersion1 = class {
739
739
  constructor(emitInline) {
@@ -805,7 +805,7 @@ function wrapReferences(values) {
805
805
  return values.getArray().map((i) => wrapReference(i.getOpaque()));
806
806
  }
807
807
 
808
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
808
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
809
809
  import { compilePipeFromMetadata } from "@angular/compiler";
810
810
  var PartialPipeLinkerVersion1 = class {
811
811
  constructor() {
@@ -834,7 +834,7 @@ function toR3PipeMeta(metaObj) {
834
834
  };
835
835
  }
836
836
 
837
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
837
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
838
838
  var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
839
839
  var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
840
840
  var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
@@ -855,7 +855,7 @@ var declarationFunctions = [
855
855
  ];
856
856
  function createLinkerMap(environment, sourceUrl, code) {
857
857
  const linkers = /* @__PURE__ */ new Map();
858
- const LATEST_VERSION_RANGE = getRange("<=", "17.0.0-next.3");
858
+ const LATEST_VERSION_RANGE = getRange("<=", "17.0.0-next.5");
859
859
  linkers.set(\u0275\u0275ngDeclareDirective, [
860
860
  { range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
861
861
  ]);
@@ -902,7 +902,7 @@ var PartialLinkerSelector = class {
902
902
  throw new Error(`Unknown partial declaration function ${functionName}.`);
903
903
  }
904
904
  const linkerRanges = this.linkers.get(functionName);
905
- if (version === "17.0.0-next.3") {
905
+ if (version === "17.0.0-next.5") {
906
906
  return linkerRanges[linkerRanges.length - 1].linker;
907
907
  }
908
908
  const declarationRange = getRange(">=", minVersion);
@@ -928,7 +928,7 @@ function getRange(comparator, versionStr) {
928
928
  return new semver.Range(`${comparator}${version.format()}`);
929
929
  }
930
930
 
931
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
931
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
932
932
  var FileLinker = class {
933
933
  constructor(linkerEnvironment, sourceUrl, code) {
934
934
  this.linkerEnvironment = linkerEnvironment;
@@ -971,14 +971,14 @@ var FileLinker = class {
971
971
  }
972
972
  };
973
973
 
974
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
974
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
975
975
  var DEFAULT_LINKER_OPTIONS = {
976
976
  sourceMapping: true,
977
977
  linkerJitMode: false,
978
978
  unknownDeclarationVersionHandling: "error"
979
979
  };
980
980
 
981
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
981
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
982
982
  var Translator = class {
983
983
  constructor(factory) {
984
984
  this.factory = factory;
@@ -991,7 +991,7 @@ var Translator = class {
991
991
  }
992
992
  };
993
993
 
994
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
994
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
995
995
  var LinkerEnvironment = class {
996
996
  constructor(fileSystem, logger, host, factory, options) {
997
997
  this.fileSystem = fileSystem;
@@ -1012,7 +1012,7 @@ var LinkerEnvironment = class {
1012
1012
  }
1013
1013
  };
1014
1014
 
1015
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1015
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1016
1016
  function needsLinking(path, source) {
1017
1017
  return declarationFunctions.some((fn) => source.includes(fn));
1018
1018
  }
@@ -1033,4 +1033,4 @@ export {
1033
1033
  * Use of this source code is governed by an MIT-style license that can be
1034
1034
  * found in the LICENSE file at https://angular.io/license
1035
1035
  */
1036
- //# sourceMappingURL=chunk-42ADUVYG.js.map
1036
+ //# sourceMappingURL=chunk-KV7WQARZ.js.map
@@ -12,13 +12,13 @@ import {
12
12
  formatDiagnostics,
13
13
  performCompilation,
14
14
  readConfiguration
15
- } from "./chunk-I7GHEGCH.js";
15
+ } from "./chunk-RVITQ7TS.js";
16
16
 
17
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
17
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
18
18
  import ts2 from "typescript";
19
19
  import yargs from "yargs";
20
20
 
21
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
21
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
22
22
  import * as chokidar from "chokidar";
23
23
  import * as path from "path";
24
24
  import ts from "typescript";
@@ -234,7 +234,7 @@ function performWatchCompilation(host) {
234
234
  }
235
235
  }
236
236
 
237
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
237
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
238
238
  function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles) {
239
239
  let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
240
240
  if (configErrors.length) {
@@ -342,4 +342,4 @@ export {
342
342
  * Use of this source code is governed by an MIT-style license that can be
343
343
  * found in the LICENSE file at https://angular.io/license
344
344
  */
345
- //# sourceMappingURL=chunk-JXVNXZIV.js.map
345
+ //# sourceMappingURL=chunk-OADA63HC.js.map