dart-archive / polymer-dart

Polymer support for Dart
https://pub.dartlang.org/packages/polymer
BSD 3-Clause "New" or "Revised" License
181 stars 33 forks source link

add support for static reflectable properties #678

Closed jakemac53 closed 8 years ago

jakemac53 commented 8 years ago

Also moved properties/listeners/observers for behaviors to their js descriptor objects. This lines up with javascript semantics more closely. It also means @property, @Observe, @listen, etc are only supported for classes with an @behavior annotation.

closes https://github.com/dart-lang/polymer-dart/issues/676

sigmundch commented 8 years ago

lgtm