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

added option for extra imports #44

Closed dam0vm3nt closed 8 years ago

dam0vm3nt commented 8 years ago

Added an handfull option to add extra imports when generationg classes.

This is usefull for example when we need to load a mixin file but the generated import is wrong so we need to omit it and replace with the right one (I had this problem with iron-resizable-behavior).

jakemac53 commented 8 years ago

Can you also update the pubspec/changelog (0.2.2)

dam0vm3nt commented 8 years ago

done.

jakemac53 commented 8 years ago

lgtm

jakemac53 commented 8 years ago

published as well

dam0vm3nt commented 8 years ago

Tnx!

Il giorno mar 8 mar 2016 alle ore 16:04 Jacob MacDonald < notifications@github.com> ha scritto:

Merged #44 https://github.com/dart-lang/custom-element-apigen/pull/44.

— Reply to this email directly or view it on GitHub https://github.com/dart-lang/custom-element-apigen/pull/44#event-581835004 .