482c019199
Previously, Angular would warn users when simply re-encoding text outside of the ASCII range. While harmless, the log spam was annoying. With this change, Angular specifically tracks whether anything was stripped during sanitization, and only reports a warning if so. Fixes #10206. |
||
---|---|---|
.. | ||
src | ||
test | ||
testing | ||
core_private.ts | ||
dynamic.ts | ||
index.ts | ||
package.json | ||
private_export.ts | ||
rollup.config.js | ||
testing.ts | ||
tsconfig-es5.json | ||
tsconfig-es2015.json |