@angular/compiler-cli 17.0.4 → 17.0.6

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 (47) hide show
  1. package/bundles/{chunk-JZC4T2RR.js → chunk-3O3O4L34.js} +1 -1
  2. package/bundles/{chunk-WJ2RDNX4.js → chunk-77ECZTEH.js} +5 -5
  3. package/bundles/{chunk-MHTLEXGT.js → chunk-CDJYMGHH.js} +4 -4
  4. package/bundles/{chunk-LYJKWJUC.js → chunk-CF2CT7RQ.js} +3 -3
  5. package/bundles/{chunk-HKIDKKUJ.js → chunk-ILV5JRA3.js} +98 -86
  6. package/bundles/chunk-ILV5JRA3.js.map +6 -0
  7. package/bundles/{chunk-EKZWOVDR.js → chunk-JNTXXKVD.js} +225 -123
  8. package/bundles/chunk-JNTXXKVD.js.map +6 -0
  9. package/bundles/{chunk-OTTOC3WQ.js → chunk-JZRCFA2M.js} +29 -27
  10. package/bundles/{chunk-OTTOC3WQ.js.map → chunk-JZRCFA2M.js.map} +1 -1
  11. package/bundles/{chunk-EKTJ7622.js → chunk-OULZQUKT.js} +7 -7
  12. package/bundles/{chunk-ELZXPNCU.js → chunk-PJ5O6AJ3.js} +9 -9
  13. package/bundles/{chunk-BV3ZUD7T.js → chunk-W22VYY2W.js} +5 -5
  14. package/bundles/{chunk-PCMLSPQF.js → chunk-W653LDC7.js} +7 -7
  15. package/bundles/{chunk-Z4QM3XT4.js → chunk-Z6XLAZWI.js} +30 -30
  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/util.d.ts +1 -1
  28. package/package.json +2 -2
  29. package/src/ngtsc/diagnostics/src/error_code.d.ts +14 -0
  30. package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +2 -1
  31. package/src/ngtsc/typecheck/api/api.d.ts +8 -0
  32. package/src/ngtsc/typecheck/api/context.d.ts +3 -1
  33. package/src/ngtsc/typecheck/extended/index.d.ts +1 -0
  34. package/src/ngtsc/typecheck/src/context.d.ts +1 -1
  35. package/src/ngtsc/typecheck/src/oob.d.ts +7 -1
  36. package/src/ngtsc/typecheck/src/type_check_block.d.ts +5 -2
  37. package/bundles/chunk-EKZWOVDR.js.map +0 -6
  38. package/bundles/chunk-HKIDKKUJ.js.map +0 -6
  39. /package/bundles/{chunk-JZC4T2RR.js.map → chunk-3O3O4L34.js.map} +0 -0
  40. /package/bundles/{chunk-WJ2RDNX4.js.map → chunk-77ECZTEH.js.map} +0 -0
  41. /package/bundles/{chunk-MHTLEXGT.js.map → chunk-CDJYMGHH.js.map} +0 -0
  42. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-CF2CT7RQ.js.map} +0 -0
  43. /package/bundles/{chunk-EKTJ7622.js.map → chunk-OULZQUKT.js.map} +0 -0
  44. /package/bundles/{chunk-ELZXPNCU.js.map → chunk-PJ5O6AJ3.js.map} +0 -0
  45. /package/bundles/{chunk-BV3ZUD7T.js.map → chunk-W22VYY2W.js.map} +0 -0
  46. /package/bundles/{chunk-PCMLSPQF.js.map → chunk-W653LDC7.js.map} +0 -0
  47. /package/bundles/{chunk-Z4QM3XT4.js.map → chunk-Z6XLAZWI.js.map} +0 -0
@@ -9,4 +9,4 @@
9
9
  * Use of this source code is governed by an MIT-style license that can be
10
10
  * found in the LICENSE file at https://angular.io/license
11
11
  */
12
- //# sourceMappingURL=chunk-JZC4T2RR.js.map
12
+ //# sourceMappingURL=chunk-3O3O4L34.js.map
@@ -12,13 +12,13 @@ import {
12
12
  formatDiagnostics,
13
13
  performCompilation,
14
14
  readConfiguration
15
- } from "./chunk-EKZWOVDR.js";
15
+ } from "./chunk-JNTXXKVD.js";
16
16
 
17
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
17
+ // bazel-out/darwin-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-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-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-WJ2RDNX4.js.map
345
+ //# sourceMappingURL=chunk-77ECZTEH.js.map
@@ -6,9 +6,9 @@ import {
6
6
  TypeScriptReflectionHost,
7
7
  isAliasImportDeclaration,
8
8
  loadIsReferencedAliasDeclarationPatch
9
- } from "./chunk-OTTOC3WQ.js";
9
+ } from "./chunk-JZRCFA2M.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-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-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-MHTLEXGT.js.map
347
+ //# sourceMappingURL=chunk-CDJYMGHH.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/logging/src/logger.mjs
6
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
7
7
  var LogLevel;
8
8
  (function(LogLevel2) {
9
9
  LogLevel2[LogLevel2["debug"] = 0] = "debug";
@@ -12,7 +12,7 @@ var LogLevel;
12
12
  LogLevel2[LogLevel2["error"] = 3] = "error";
13
13
  })(LogLevel || (LogLevel = {}));
14
14
 
15
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
15
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
16
16
  var RESET = "\x1B[0m";
17
17
  var RED = "\x1B[31m";
18
18
  var YELLOW = "\x1B[33m";
@@ -53,4 +53,4 @@ export {
53
53
  * Use of this source code is governed by an MIT-style license that can be
54
54
  * found in the LICENSE file at https://angular.io/license
55
55
  */
56
- //# sourceMappingURL=chunk-LYJKWJUC.js.map
56
+ //# sourceMappingURL=chunk-CF2CT7RQ.js.map