5d86e4a9b1
When computing i18n messages for templates there are two passes. This is because messages must be computed before any whitespace is removed. Then on a second pass, the messages must be recreated but reusing the message ids from the first pass. Previously ICUs were losing their legacy ids that had been computed via the first pass. This commit fixes that by keeping track of the message from the first pass (`previousMessage`) for ICU placeholder nodes. // FW-1637 PR Close #33318 |
||
---|---|---|
.. | ||
util | ||
view | ||
BUILD.bazel | ||
README.md | ||
r3_ast_absolute_span_spec.ts | ||
r3_ast_spans_spec.ts | ||
r3_template_transform_spec.ts | ||
style_parser_spec.ts |
README.md
Tests in this directory are excluded from running in the browser and only run in node.