3050ae155c
BREAKING CHANGES: "{" is used a a delimiter for ICU messages then it could not be used in text nodes. "{" should be escaped as "{{ '{' }}" Before: <span>some { valid } text</span> After: <span>some { invalid } text<span> <!-- throw parse error --> <span>some {{ '{' }} valid } text</span> |
||
---|---|---|
.. | ||
src | ||
test | ||
core_private.dart | ||
core_private.ts | ||
index.ts | ||
package.json | ||
rollup.config.js | ||
router.ts | ||
testing.ts | ||
tsconfig-es5.json | ||
tsconfig-es2015.json |