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 support for polymer mixins #17

Closed jakemac53 closed 9 years ago

jakemac53 commented 9 years ago

For instance core-focusable adds a bunch of attributes (active, focused, pressed, disabled, toggle) which we will not recognize.

jakemac53 commented 9 years ago

whoops this is a dupe of https://github.com/dart-lang/custom-element-apigen/issues/15