@angular/compiler-cli 17.0.0-next.6 → 17.0.0-next.7

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 (48) hide show
  1. package/bundles/{chunk-DQ4T2KWL.js → chunk-3NXCUQ44.js} +8 -8
  2. package/bundles/{chunk-YPVFT2MR.js → chunk-C4TR4DIO.js} +4 -4
  3. package/bundles/{chunk-W653LDC7.js → chunk-CSOLWS7O.js} +7 -7
  4. package/bundles/{chunk-OULZQUKT.js → chunk-GYHDNUIK.js} +7 -7
  5. package/bundles/{chunk-URH5LEAG.js → chunk-HJOPJLIM.js} +5 -5
  6. package/bundles/{chunk-6MV5LVGW.js → chunk-I3FLXBLP.js} +84 -88
  7. package/bundles/{chunk-6MV5LVGW.js.map → chunk-I3FLXBLP.js.map} +1 -1
  8. package/bundles/{chunk-7HFK25CM.js → chunk-PAPUMJUA.js} +27 -27
  9. package/bundles/{chunk-7YXJWQNF.js → chunk-PBDWVP2J.js} +158 -138
  10. package/bundles/chunk-PBDWVP2J.js.map +6 -0
  11. package/bundles/{chunk-HICXNP7M.js → chunk-PYIYPY3X.js} +44 -40
  12. package/bundles/chunk-PYIYPY3X.js.map +6 -0
  13. package/bundles/{chunk-CF2CT7RQ.js → chunk-SBDNBITT.js} +3 -3
  14. package/bundles/{chunk-3O3O4L34.js → chunk-UHYH6BYB.js} +1 -1
  15. package/bundles/{chunk-T6QZTHEE.js → chunk-W3AMRN7J.js} +5 -5
  16. package/bundles/index.js +13 -13
  17. package/bundles/linker/babel/index.js +13 -13
  18. package/bundles/linker/index.js +5 -5
  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 +6 -6
  23. package/bundles/private/tooling.js +4 -4
  24. package/bundles/src/bin/ng_xi18n.js +11 -11
  25. package/bundles/src/bin/ngc.js +9 -9
  26. package/bundles_metadata.json +1 -1
  27. package/linker/src/file_linker/partial_linkers/partial_component_linker_1.d.ts +1 -1
  28. package/linker/src/file_linker/partial_linkers/partial_linker.d.ts +1 -1
  29. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -0
  30. package/package.json +2 -2
  31. package/src/ngtsc/annotations/component/src/handler.d.ts +1 -2
  32. package/src/ngtsc/annotations/component/src/resources.d.ts +0 -1
  33. package/src/ngtsc/core/src/compiler.d.ts +0 -1
  34. package/src/ngtsc/docs/src/class_extractor.d.ts +3 -1
  35. package/src/ngtsc/docs/src/entities.d.ts +2 -0
  36. package/src/ngtsc/docs/src/function_extractor.d.ts +1 -1
  37. package/src/ngtsc/typecheck/src/type_check_block.d.ts +5 -4
  38. package/bundles/chunk-7YXJWQNF.js.map +0 -6
  39. package/bundles/chunk-HICXNP7M.js.map +0 -6
  40. /package/bundles/{chunk-DQ4T2KWL.js.map → chunk-3NXCUQ44.js.map} +0 -0
  41. /package/bundles/{chunk-YPVFT2MR.js.map → chunk-C4TR4DIO.js.map} +0 -0
  42. /package/bundles/{chunk-W653LDC7.js.map → chunk-CSOLWS7O.js.map} +0 -0
  43. /package/bundles/{chunk-OULZQUKT.js.map → chunk-GYHDNUIK.js.map} +0 -0
  44. /package/bundles/{chunk-URH5LEAG.js.map → chunk-HJOPJLIM.js.map} +0 -0
  45. /package/bundles/{chunk-7HFK25CM.js.map → chunk-PAPUMJUA.js.map} +0 -0
  46. /package/bundles/{chunk-CF2CT7RQ.js.map → chunk-SBDNBITT.js.map} +0 -0
  47. /package/bundles/{chunk-3O3O4L34.js.map → chunk-UHYH6BYB.js.map} +0 -0
  48. /package/bundles/{chunk-T6QZTHEE.js.map → chunk-W3AMRN7J.js.map} +0 -0
@@ -7,9 +7,9 @@ import {
7
7
  NoopImportRewriter,
8
8
  Reference,
9
9
  assertSuccessfulReferenceEmit
10
- } from "./chunk-7HFK25CM.js";
10
+ } from "./chunk-PAPUMJUA.js";
11
11
 
12
- // bazel-out/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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-DQ4T2KWL.js.map
741
+ //# sourceMappingURL=chunk-3NXCUQ44.js.map
@@ -6,9 +6,9 @@ import {
6
6
  TypeScriptReflectionHost,
7
7
  isAliasImportDeclaration,
8
8
  loadIsReferencedAliasDeclarationPatch
9
- } from "./chunk-7HFK25CM.js";
9
+ } from "./chunk-PAPUMJUA.js";
10
10
 
11
- // bazel-out/darwin-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/darwin-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-YPVFT2MR.js.map
347
+ //# sourceMappingURL=chunk-C4TR4DIO.js.map
@@ -6,7 +6,7 @@ import {
6
6
  __require
7
7
  } from "./chunk-XI2RTGAL.js";
8
8
 
9
- // bazel-out/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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-W653LDC7.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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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-OULZQUKT.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/darwin-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/darwin-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/darwin-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/darwin-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-URH5LEAG.js.map
207
+ //# sourceMappingURL=chunk-HJOPJLIM.js.map