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 js promises, and wrap them in a dart future #31

Open jakemac53 opened 9 years ago

jakemac53 commented 9 years ago

see https://github.com/dart-lang/polymer_elements/blob/400b1d7571a95b6799404a883408e9d7fc4bd0d3/test/common.dart#L127 as an example

tomaszkubacki commented 9 years ago

@jakemac53 for me above link is broken - isn't this: https://github.com/dart-lang/polymer_elements/blob/400b1d7571a95b6799404a883408e9d7fc4bd0d3/test/common.dart#L127 what you meant ?

jakemac53 commented 9 years ago

yep thanks, updated comment