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

event names are not upgraded #88

Open socytidev opened 9 years ago

socytidev commented 9 years ago

when a core-signals element is found, it is correctly converted to iron-signals, but the on-core-signal-??? is left as on-core-signal-???

rictic commented 9 years ago

Should be possible to add event names to elementMapping.js and then apply them.