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

Fix (click) issues: Find events without @DomName, removed from dart:html #600

Closed MichaelRFairhurst closed 6 years ago

MichaelRFairhurst commented 6 years ago

It looks like DomName can be inferred by lowercasing the accessor name. This is not reliable for inputs, but for events it seems to be fully reliable.

Make the changes to the mock SDK, these changes have also been tested against the latest real SDK. We need integration tests for this type of thing.

Fix #591