dart-archive / observe

Support for marking objects as observable, and getting notifications when those objects are mutated
https://pub.dartlang.org/packages/observe
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

observe transform is removing metadata #39

Closed DartBot closed 9 years ago

DartBot commented 9 years ago

Issue by jmesserly Originally opened as dart-lang/sdk#13387


... it should be preserved on the getter. This is going to be important for any Polymer-related metadata.

DartBot commented 9 years ago

Comment by sigmundch


Added this to the M8 milestone.

DartBot commented 9 years ago

Comment by sigmundch


fixed in dart-lang/sdk@61f2476f38c1c61bcfda5f3d8c46345a4eaebf35


Added Fixed label.

DartBot commented 9 years ago

Comment by anders-sandholm


Removed Library-Observe label. Added Pkg-Observe label.