googlearchive / polyup

A helpful assistant for migrating from Polymer v0.5 to 1.0. Does many of the boring mechanical parts for you.
http://polymerlabs.github.io/polyup/
BSD 3-Clause "New" or "Revised" License
38 stars 9 forks source link

Upgrade `this.x = y` to `this.set('x', y)` #71

Closed rictic closed 9 years ago

rictic commented 9 years ago

Fixes #64

justinfagnani commented 9 years ago

I need to look closer, but I think this might have too many false-positives. What about only using set for complex paths?

dfreedm commented 9 years ago

LGTM