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 #15

Closed sigmundch closed 9 years ago

sigmundch commented 9 years ago

for example core-focusable is a mixin in JS, so we could create a mixin class for it in Dart. Then users can mix the Dart class to get the extra API for the JS mixin.

sigmundch commented 9 years ago

It seems we need a couple things:

jakemac53 commented 9 years ago

see https://github.com/Polymer/core-focusable/pull/5