mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e844ad18a0
Previously I intentionally kept the lexer as generic as possible so that block detection can happen later. However, since #62644 we detect blocks in the lexer so we might as well normalize them there so all the upstream code doesn't have to account for things like whitespace.