dart-archive / custom-element-apigen

Tool to generate Dart APIs for polymer custom elements written in Javascript
BSD 3-Clause "New" or "Revised" License
13 stars 13 forks source link

Add a way to override types and add fields/methods in the yaml file #41

Closed jakemac53 closed 8 years ago

jakemac53 commented 8 years ago

JS type annotations are often wrong or missing entirely, and any local fixes get overriden the next time we update the elements which causes recurring issues. If we could instead add these overrides/additions via the yaml file then they would be permanent and we wouldn't need to rely on upstream pull requests getting merged.