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

update to use new analyzer API #93

Closed danrubel closed 7 years ago

danrubel commented 7 years ago

Update internals to use the new analyzer API. See dart-lang/sdk#29519

Blocked on https://github.com/dart-lang/smoke/pull/33