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

Gather all element metadata before upgrading scripts. #32

Closed rictic closed 9 years ago

rictic commented 9 years ago

Element metadata includes stuff like attributes, host attributes, new computed functions. We need this metadata to build out the Polymer() declaration for the element.

Before we were upgrading scripts more or less as we saw them, and not keeping track of all element metadata in one place. Now, we first gather all of the metadata, so that we'll be able to upgrade any Polymer() call for any element in any Githubissues.

  • Githubissues is a development platform for aggregating issues.