62f7d0fe5c
The `:` char is used as a metadata marker in `$localize` messages. If this char appears in the metadata it must be escaped, as `\:`. Previously, although the `:` char was being escaped, the TS AST being generated was not correct and so it was being output double escaped, which meant that it appeared in the rendered message. As of TS 3.6.2 the "raw" string can be specified when creating tagged template AST nodes, so it is possible to correct this. PR Close #33820 |
||
---|---|---|
.. | ||
app | ||
assets | ||
environments | ||
locales | ||
favicon.ico | ||
index.html | ||
main.ts | ||
polyfills-runtime.ts | ||
polyfills.ts | ||
styles.css | ||
test.ts |