dart-archive / angular_analyzer_plugin

WORK MOVED TO dart-lang/angular repository
https://github.com/dart-lang/angular/tree/master/angular_analyzer_plugin
68 stars 13 forks source link

Use non-fasta parser for statements (we already do for expressions) #619

Closed MichaelRFairhurst closed 6 years ago

MichaelRFairhurst commented 6 years ago

This unblocks the anlayzer from switching the default parser. With the default constructor, we can get a different instance of parser which expects a different token stream.