Revision 2b684b7e5bd238265a3139f24699e5a5a7a48794 authored by Pete Bacon Darwin on 29 October 2020, 09:45:01 UTC, committed by Misko Hevery on 06 November 2020, 17:09:48 UTC
Tokenized text node may have leading whitespace skipped from their
source-span. But the source-span is used to compute where there are
interpolated blocks, resulting in placeholder nodes whose source-spans
are offset by the amount of skipped characters.

This fix uses the `fullStart` location of text source-spans for computing
the source-span of placeholders, so that they are accurate.

Fixes #39195

PR Close #39589
1 parent ff31b43
History
File Mode Size
aio-builds-setup
content
scripts
src
tests
tools
.browserslistrc -rw-r--r-- 439 bytes
.gitignore -rw-r--r-- 611 bytes
README.md -rw-r--r-- 8.2 KB
angular.json -rw-r--r-- 6.0 KB
firebase.json -rw-r--r-- 11.1 KB
karma.conf.js -rw-r--r-- 2.0 KB
ngsw-config.json -rw-r--r-- 3.9 KB
package.json -rw-r--r-- 8.2 KB
tsconfig.app.json -rw-r--r-- 210 bytes
tsconfig.json -rw-r--r-- 1.1 KB
tsconfig.spec.json -rw-r--r-- 297 bytes
tsconfig.worker.json -rw-r--r-- 230 bytes
tslint.json -rw-r--r-- 4.2 KB
yarn.lock -rw-r--r-- 619.2 KB

README.md

back to top