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

Stop passing "strong" argument to SummaryBuilder constructor. #632

Closed stereotype441 closed 6 years ago

stereotype441 commented 6 years ago

This argument is no longer needed, since the analyzer only supports strong mode now. It will be removed in a future version of the analyzer, so we should stop passing it in.