@angular/compiler-cli 14.0.0-next.1 → 14.0.0-next.4

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 (67) hide show
  1. package/bundles/{chunk-C44PYKVA.js → chunk-26T3CJIJ.js} +1746 -1497
  2. package/bundles/chunk-26T3CJIJ.js.map +6 -0
  3. package/bundles/{chunk-A5PL3TE6.js → chunk-3MNDX4LL.js} +31 -31
  4. package/bundles/chunk-3MNDX4LL.js.map +6 -0
  5. package/bundles/{chunk-XNYP2SFR.js → chunk-5RC6M6GX.js} +71 -61
  6. package/bundles/chunk-5RC6M6GX.js.map +6 -0
  7. package/bundles/{chunk-7PY7XEFH.js → chunk-AR265E4B.js} +2 -2
  8. package/bundles/chunk-AR265E4B.js.map +6 -0
  9. package/bundles/{chunk-JMLPLN5C.js → chunk-EKTXEYNU.js} +3 -3
  10. package/bundles/{chunk-JMLPLN5C.js.map → chunk-EKTXEYNU.js.map} +0 -0
  11. package/bundles/{chunk-4KQK6VRA.js → chunk-NOHUA2VC.js} +9 -9
  12. package/bundles/{chunk-4KQK6VRA.js.map → chunk-NOHUA2VC.js.map} +1 -1
  13. package/bundles/{chunk-CKFLH7L7.js → chunk-O6MYVXDE.js} +146 -140
  14. package/bundles/chunk-O6MYVXDE.js.map +6 -0
  15. package/bundles/{chunk-ALKVYGAK.js → chunk-OOJDZK5W.js} +9 -6
  16. package/bundles/chunk-OOJDZK5W.js.map +6 -0
  17. package/bundles/{chunk-PKOZO2VO.js → chunk-SPJK7BKR.js} +2 -2
  18. package/bundles/{chunk-PKOZO2VO.js.map → chunk-SPJK7BKR.js.map} +0 -0
  19. package/bundles/index.js +6 -6
  20. package/bundles/linker/babel/index.js +2 -2
  21. package/bundles/linker/index.js +2 -2
  22. package/bundles/ngcc/index.js +6 -6
  23. package/bundles/ngcc/main-ngcc.js +6 -6
  24. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +5 -5
  25. package/bundles/private/migrations.js +3 -3
  26. package/bundles/private/tooling.js +2 -2
  27. package/bundles/src/bin/ng_xi18n.js +5 -5
  28. package/bundles/src/bin/ngc.js +5 -5
  29. package/bundles_metadata.json +1 -1
  30. package/ngcc/src/packages/build_marker.d.ts +1 -1
  31. package/package.json +2 -2
  32. package/src/ngtsc/annotations/common/index.d.ts +16 -0
  33. package/src/ngtsc/annotations/{src → common/src}/api.d.ts +1 -1
  34. package/src/ngtsc/annotations/common/src/di.d.ts +38 -0
  35. package/src/ngtsc/annotations/{src → common/src}/diagnostics.d.ts +15 -7
  36. package/src/ngtsc/annotations/common/src/evaluation.d.ts +18 -0
  37. package/src/ngtsc/annotations/{src → common/src}/factory.d.ts +2 -2
  38. package/src/ngtsc/annotations/{src → common/src}/metadata.d.ts +2 -2
  39. package/src/ngtsc/annotations/{src → common/src}/references_registry.d.ts +3 -3
  40. package/src/ngtsc/annotations/{src → common/src}/util.d.ts +7 -43
  41. package/src/ngtsc/annotations/component/index.d.ts +9 -0
  42. package/src/ngtsc/annotations/component/src/diagnostics.d.ts +20 -0
  43. package/src/ngtsc/annotations/component/src/handler.d.ts +92 -0
  44. package/src/ngtsc/annotations/component/src/metadata.d.ts +61 -0
  45. package/src/ngtsc/annotations/component/src/resources.d.ts +123 -0
  46. package/src/ngtsc/annotations/component/src/scope.d.ts +20 -0
  47. package/src/ngtsc/annotations/component/src/symbol.d.ts +20 -0
  48. package/src/ngtsc/annotations/component/src/util.d.ts +26 -0
  49. package/src/ngtsc/annotations/directive/index.d.ts +11 -0
  50. package/src/ngtsc/annotations/directive/src/handler.d.ts +59 -0
  51. package/src/ngtsc/annotations/directive/src/shared.d.ts +30 -0
  52. package/src/ngtsc/annotations/directive/src/symbol.d.ts +27 -0
  53. package/src/ngtsc/annotations/index.d.ts +4 -6
  54. package/src/ngtsc/annotations/ng_module/index.d.ts +9 -0
  55. package/src/ngtsc/annotations/{src/ng_module.d.ts → ng_module/src/handler.d.ts} +11 -11
  56. package/src/ngtsc/diagnostics/src/error_code.d.ts +17 -0
  57. package/src/ngtsc/metadata/src/api.d.ts +5 -0
  58. package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +1 -4
  59. package/src/ngtsc/typecheck/src/diagnostics.d.ts +6 -5
  60. package/bundles/chunk-7PY7XEFH.js.map +0 -6
  61. package/bundles/chunk-A5PL3TE6.js.map +0 -6
  62. package/bundles/chunk-ALKVYGAK.js.map +0 -6
  63. package/bundles/chunk-C44PYKVA.js.map +0 -6
  64. package/bundles/chunk-CKFLH7L7.js.map +0 -6
  65. package/bundles/chunk-XNYP2SFR.js.map +0 -6
  66. package/src/ngtsc/annotations/src/component.d.ts +0 -246
  67. package/src/ngtsc/annotations/src/directive.d.ts +0 -99
@@ -8,14 +8,14 @@ import {
8
8
  PartialEvaluator,
9
9
  StaticInterpreter,
10
10
  forwardRefResolver
11
- } from "../chunk-C44PYKVA.js";
11
+ } from "../chunk-26T3CJIJ.js";
12
12
  import {
13
13
  TypeScriptReflectionHost,
14
14
  reflectObjectLiteral
15
- } from "../chunk-7PY7XEFH.js";
15
+ } from "../chunk-AR265E4B.js";
16
16
  import {
17
17
  Reference
18
- } from "../chunk-XNYP2SFR.js";
18
+ } from "../chunk-5RC6M6GX.js";
19
19
  import "../chunk-FXU7FMZC.js";
20
20
  import "../chunk-GLCRIILX.js";
21
21
  import "../chunk-WQ3TNYTD.js";
@@ -7,8 +7,8 @@ import {
7
7
  GLOBAL_DEFS_FOR_TERSER,
8
8
  GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
9
9
  constructorParametersDownlevelTransform
10
- } from "../chunk-A5PL3TE6.js";
11
- import "../chunk-7PY7XEFH.js";
10
+ } from "../chunk-3MNDX4LL.js";
11
+ import "../chunk-AR265E4B.js";
12
12
  import "../chunk-WQ3TNYTD.js";
13
13
  export {
14
14
  GLOBAL_DEFS_FOR_TERSER,
@@ -7,13 +7,13 @@
7
7
  import {
8
8
  main,
9
9
  readCommandLineAndConfiguration
10
- } from "../../chunk-PKOZO2VO.js";
10
+ } from "../../chunk-SPJK7BKR.js";
11
11
  import {
12
12
  EmitFlags
13
- } from "../../chunk-CKFLH7L7.js";
14
- import "../../chunk-C44PYKVA.js";
15
- import "../../chunk-7PY7XEFH.js";
16
- import "../../chunk-XNYP2SFR.js";
13
+ } from "../../chunk-O6MYVXDE.js";
14
+ import "../../chunk-26T3CJIJ.js";
15
+ import "../../chunk-AR265E4B.js";
16
+ import "../../chunk-5RC6M6GX.js";
17
17
  import {
18
18
  NodeJSFileSystem,
19
19
  setFileSystem
@@ -6,11 +6,11 @@
6
6
 
7
7
  import {
8
8
  main
9
- } from "../../chunk-PKOZO2VO.js";
10
- import "../../chunk-CKFLH7L7.js";
11
- import "../../chunk-C44PYKVA.js";
12
- import "../../chunk-7PY7XEFH.js";
13
- import "../../chunk-XNYP2SFR.js";
9
+ } from "../../chunk-SPJK7BKR.js";
10
+ import "../../chunk-O6MYVXDE.js";
11
+ import "../../chunk-26T3CJIJ.js";
12
+ import "../../chunk-AR265E4B.js";
13
+ import "../../chunk-5RC6M6GX.js";
14
14
  import {
15
15
  NodeJSFileSystem,
16
16
  setFileSystem