fix htmlinputstream, tokenizer to use codepoints and build strings as late as possible #1113
Labels
closed-duplicate
Closed in favor of an existing report
package:html
type-enhancement
A request for a change that isn't a bug
<img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"> Issue by sethladd
Originally opened as dart-lang/sdk#16704
There's a todo explaining, but I think we can radically simplify this class and base it on codepoints instead of building up string chunks. I'd also like to remove the RegExp that is used for "charsUntil"
This could be done in two phases also, first simplify inputstream then tokenizer
The text was updated successfully, but these errors were encountered: