@angular/compiler 16.0.0-next.4 → 16.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 (122) hide show
  1. package/esm2022/src/compiler_util/expression_converter.mjs +759 -0
  2. package/{esm2020 → esm2022}/src/expression_parser/parser.mjs +3 -2
  3. package/esm2022/src/i18n/digest.mjs +357 -0
  4. package/esm2022/src/i18n/i18n_ast.mjs +184 -0
  5. package/{esm2020 → esm2022}/src/render3/partial/class_metadata.mjs +1 -1
  6. package/{esm2020 → esm2022}/src/render3/partial/directive.mjs +1 -1
  7. package/{esm2020 → esm2022}/src/render3/partial/factory.mjs +1 -1
  8. package/{esm2020 → esm2022}/src/render3/partial/injectable.mjs +1 -1
  9. package/{esm2020 → esm2022}/src/render3/partial/injector.mjs +1 -1
  10. package/{esm2020 → esm2022}/src/render3/partial/ng_module.mjs +1 -1
  11. package/{esm2020 → esm2022}/src/render3/partial/pipe.mjs +1 -1
  12. package/esm2022/src/render3/r3_identifiers.mjs +214 -0
  13. package/esm2022/src/render3/view/i18n/meta.mjs +243 -0
  14. package/esm2022/src/render3/view/style_parser.mjs +86 -0
  15. package/{esm2020 → esm2022}/src/version.mjs +1 -1
  16. package/{fesm2020 → fesm2022}/compiler.mjs +221 -238
  17. package/fesm2022/compiler.mjs.map +1 -0
  18. package/{fesm2015 → fesm2022}/testing.mjs +1 -1
  19. package/index.d.ts +1 -1
  20. package/package.json +9 -17
  21. package/testing/index.d.ts +1 -1
  22. package/esm2020/src/compiler_util/expression_converter.mjs +0 -759
  23. package/esm2020/src/i18n/digest.mjs +0 -357
  24. package/esm2020/src/i18n/i18n_ast.mjs +0 -184
  25. package/esm2020/src/render3/r3_identifiers.mjs +0 -214
  26. package/esm2020/src/render3/view/i18n/meta.mjs +0 -244
  27. package/esm2020/src/render3/view/style_parser.mjs +0 -103
  28. package/fesm2015/compiler.mjs +0 -22352
  29. package/fesm2015/compiler.mjs.map +0 -1
  30. package/fesm2020/compiler.mjs.map +0 -1
  31. package/fesm2020/testing.mjs +0 -39
  32. package/fesm2020/testing.mjs.map +0 -1
  33. /package/{esm2020 → esm2022}/compiler.mjs +0 -0
  34. /package/{esm2020 → esm2022}/index.mjs +0 -0
  35. /package/{esm2020 → esm2022}/public_api.mjs +0 -0
  36. /package/{esm2020 → esm2022}/src/assertions.mjs +0 -0
  37. /package/{esm2020 → esm2022}/src/chars.mjs +0 -0
  38. /package/{esm2020 → esm2022}/src/compiler.mjs +0 -0
  39. /package/{esm2020 → esm2022}/src/compiler_facade_interface.mjs +0 -0
  40. /package/{esm2020 → esm2022}/src/config.mjs +0 -0
  41. /package/{esm2020 → esm2022}/src/constant_pool.mjs +0 -0
  42. /package/{esm2020 → esm2022}/src/core.mjs +0 -0
  43. /package/{esm2020 → esm2022}/src/expression_parser/ast.mjs +0 -0
  44. /package/{esm2020 → esm2022}/src/expression_parser/lexer.mjs +0 -0
  45. /package/{esm2020 → esm2022}/src/i18n/big_integer.mjs +0 -0
  46. /package/{esm2020 → esm2022}/src/i18n/extractor_merger.mjs +0 -0
  47. /package/{esm2020 → esm2022}/src/i18n/i18n_html_parser.mjs +0 -0
  48. /package/{esm2020 → esm2022}/src/i18n/i18n_parser.mjs +0 -0
  49. /package/{esm2020 → esm2022}/src/i18n/index.mjs +0 -0
  50. /package/{esm2020 → esm2022}/src/i18n/message_bundle.mjs +0 -0
  51. /package/{esm2020 → esm2022}/src/i18n/parse_util.mjs +0 -0
  52. /package/{esm2020 → esm2022}/src/i18n/serializers/placeholder.mjs +0 -0
  53. /package/{esm2020 → esm2022}/src/i18n/serializers/serializer.mjs +0 -0
  54. /package/{esm2020 → esm2022}/src/i18n/serializers/xliff.mjs +0 -0
  55. /package/{esm2020 → esm2022}/src/i18n/serializers/xliff2.mjs +0 -0
  56. /package/{esm2020 → esm2022}/src/i18n/serializers/xmb.mjs +0 -0
  57. /package/{esm2020 → esm2022}/src/i18n/serializers/xml_helper.mjs +0 -0
  58. /package/{esm2020 → esm2022}/src/i18n/serializers/xtb.mjs +0 -0
  59. /package/{esm2020 → esm2022}/src/i18n/translation_bundle.mjs +0 -0
  60. /package/{esm2020 → esm2022}/src/injectable_compiler_2.mjs +0 -0
  61. /package/{esm2020 → esm2022}/src/jit_compiler_facade.mjs +0 -0
  62. /package/{esm2020 → esm2022}/src/ml_parser/ast.mjs +0 -0
  63. /package/{esm2020 → esm2022}/src/ml_parser/entities.mjs +0 -0
  64. /package/{esm2020 → esm2022}/src/ml_parser/html_parser.mjs +0 -0
  65. /package/{esm2020 → esm2022}/src/ml_parser/html_tags.mjs +0 -0
  66. /package/{esm2020 → esm2022}/src/ml_parser/html_whitespaces.mjs +0 -0
  67. /package/{esm2020 → esm2022}/src/ml_parser/icu_ast_expander.mjs +0 -0
  68. /package/{esm2020 → esm2022}/src/ml_parser/interpolation_config.mjs +0 -0
  69. /package/{esm2020 → esm2022}/src/ml_parser/lexer.mjs +0 -0
  70. /package/{esm2020 → esm2022}/src/ml_parser/parser.mjs +0 -0
  71. /package/{esm2020 → esm2022}/src/ml_parser/tags.mjs +0 -0
  72. /package/{esm2020 → esm2022}/src/ml_parser/tokens.mjs +0 -0
  73. /package/{esm2020 → esm2022}/src/ml_parser/xml_parser.mjs +0 -0
  74. /package/{esm2020 → esm2022}/src/ml_parser/xml_tags.mjs +0 -0
  75. /package/{esm2020 → esm2022}/src/output/abstract_emitter.mjs +0 -0
  76. /package/{esm2020 → esm2022}/src/output/abstract_js_emitter.mjs +0 -0
  77. /package/{esm2020 → esm2022}/src/output/map_util.mjs +0 -0
  78. /package/{esm2020 → esm2022}/src/output/output_ast.mjs +0 -0
  79. /package/{esm2020 → esm2022}/src/output/output_jit.mjs +0 -0
  80. /package/{esm2020 → esm2022}/src/output/output_jit_trusted_types.mjs +0 -0
  81. /package/{esm2020 → esm2022}/src/output/source_map.mjs +0 -0
  82. /package/{esm2020 → esm2022}/src/parse_util.mjs +0 -0
  83. /package/{esm2020 → esm2022}/src/render3/partial/api.mjs +0 -0
  84. /package/{esm2020 → esm2022}/src/render3/partial/component.mjs +0 -0
  85. /package/{esm2020 → esm2022}/src/render3/partial/util.mjs +0 -0
  86. /package/{esm2020 → esm2022}/src/render3/r3_ast.mjs +0 -0
  87. /package/{esm2020 → esm2022}/src/render3/r3_class_metadata_compiler.mjs +0 -0
  88. /package/{esm2020 → esm2022}/src/render3/r3_factory.mjs +0 -0
  89. /package/{esm2020 → esm2022}/src/render3/r3_injector_compiler.mjs +0 -0
  90. /package/{esm2020 → esm2022}/src/render3/r3_jit.mjs +0 -0
  91. /package/{esm2020 → esm2022}/src/render3/r3_module_compiler.mjs +0 -0
  92. /package/{esm2020 → esm2022}/src/render3/r3_pipe_compiler.mjs +0 -0
  93. /package/{esm2020 → esm2022}/src/render3/r3_template_transform.mjs +0 -0
  94. /package/{esm2020 → esm2022}/src/render3/util.mjs +0 -0
  95. /package/{esm2020 → esm2022}/src/render3/view/api.mjs +0 -0
  96. /package/{esm2020 → esm2022}/src/render3/view/compiler.mjs +0 -0
  97. /package/{esm2020 → esm2022}/src/render3/view/i18n/context.mjs +0 -0
  98. /package/{esm2020 → esm2022}/src/render3/view/i18n/get_msg_utils.mjs +0 -0
  99. /package/{esm2020 → esm2022}/src/render3/view/i18n/icu_serializer.mjs +0 -0
  100. /package/{esm2020 → esm2022}/src/render3/view/i18n/localize_utils.mjs +0 -0
  101. /package/{esm2020 → esm2022}/src/render3/view/i18n/util.mjs +0 -0
  102. /package/{esm2020 → esm2022}/src/render3/view/styling_builder.mjs +0 -0
  103. /package/{esm2020 → esm2022}/src/render3/view/t2_api.mjs +0 -0
  104. /package/{esm2020 → esm2022}/src/render3/view/t2_binder.mjs +0 -0
  105. /package/{esm2020 → esm2022}/src/render3/view/template.mjs +0 -0
  106. /package/{esm2020 → esm2022}/src/render3/view/util.mjs +0 -0
  107. /package/{esm2020 → esm2022}/src/resource_loader.mjs +0 -0
  108. /package/{esm2020 → esm2022}/src/schema/dom_element_schema_registry.mjs +0 -0
  109. /package/{esm2020 → esm2022}/src/schema/dom_security_schema.mjs +0 -0
  110. /package/{esm2020 → esm2022}/src/schema/element_schema_registry.mjs +0 -0
  111. /package/{esm2020 → esm2022}/src/schema/trusted_types_sinks.mjs +0 -0
  112. /package/{esm2020 → esm2022}/src/selector.mjs +0 -0
  113. /package/{esm2020 → esm2022}/src/shadow_css.mjs +0 -0
  114. /package/{esm2020 → esm2022}/src/style_url_resolver.mjs +0 -0
  115. /package/{esm2020 → esm2022}/src/template_parser/binding_parser.mjs +0 -0
  116. /package/{esm2020 → esm2022}/src/template_parser/template_preparser.mjs +0 -0
  117. /package/{esm2020 → esm2022}/src/util.mjs +0 -0
  118. /package/{esm2020 → esm2022}/testing/index.mjs +0 -0
  119. /package/{esm2020 → esm2022}/testing/public_api.mjs +0 -0
  120. /package/{esm2020 → esm2022}/testing/src/testing.mjs +0 -0
  121. /package/{esm2020 → esm2022}/testing/testing.mjs +0 -0
  122. /package/{fesm2015 → fesm2022}/testing.mjs.map +0 -0
@@ -1,39 +0,0 @@
1
- /**
2
- * @license Angular v16.0.0-next.4
3
- * (c) 2010-2022 Google LLC. https://angular.io/
4
- * License: MIT
5
- */
6
-
7
- /**
8
- * @module
9
- * @description
10
- * Entry point for all APIs of the compiler package.
11
- *
12
- * <div class="callout is-critical">
13
- * <header>Unstable APIs</header>
14
- * <p>
15
- * All compiler apis are currently considered experimental and private!
16
- * </p>
17
- * <p>
18
- * We expect the APIs in this package to keep on changing. Do not rely on them.
19
- * </p>
20
- * </div>
21
- */
22
- // TODO(alxhub): @angular/compiler/testing is unused in Ivy. A placeholder
23
- // is left here because the components repo still depends on this package
24
- // directly. It will be cleaned up at a later date.
25
- //
26
- // This export ensures this package is not empty.
27
- const unusedExport = true;
28
-
29
- /// <reference types="node" />
30
- // This file only reexports content of the `src` folder. Keep it that way.
31
-
32
- // This file is not used to build this module. It is only used during editing
33
-
34
- /**
35
- * Generated bundle index. Do not edit.
36
- */
37
-
38
- export { unusedExport };
39
- //# sourceMappingURL=testing.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"testing.mjs","sources":["../../../../../../packages/compiler/testing/src/testing.ts","../../../../../../packages/compiler/testing/public_api.ts","../../../../../../packages/compiler/testing/index.ts","../../../../../../packages/compiler/testing/testing.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all APIs of the compiler package.\n *\n * <div class=\"callout is-critical\">\n * <header>Unstable APIs</header>\n * <p>\n * All compiler apis are currently considered experimental and private!\n * </p>\n * <p>\n * We expect the APIs in this package to keep on changing. Do not rely on them.\n * </p>\n * </div>\n */\n\n// TODO(alxhub): @angular/compiler/testing is unused in Ivy. A placeholder\n// is left here because the components repo still depends on this package\n// directly. It will be cleaned up at a later date.\n//\n// This export ensures this package is not empty.\nexport const unusedExport = true;\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/// <reference types=\"node\" />\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of this package.\n */\nexport * from './src/testing';\n\n// This file only reexports content of the `src` folder. Keep it that way.\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n// This file is not used to build this module. It is only used during editing\n// by the TypeScript language service and during build for verification. `ngc`\n// replaces this file with production index.ts when it rewrites private symbol\n// names.\n\nexport * from './public_api';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAQA;;;;;;;;;;;;;;AAcG;AAEH;AACA;AACA;AACA;AACA;AACO,MAAM,YAAY,GAAG;;ACrB5B;AASA;;ACTA;;ACRA;;AAEG;;;;"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes