caitp / watchtower.js-old

MOVED TO https://github.com/angular/watchtower.js
6 stars 3 forks source link

Investigate implementation of Method/Closure watches #25

Open caitp opened 10 years ago

caitp commented 10 years ago

The Angular.dart code relies on the introspection API for these, but for Javascript, these should not be necessary, for the most part.

This will take some investigation to figure out how this can be simplified elegantly for JS, and how much ES5/ES6 tech will really be necessary. I don't see any real reason why anything heavy should be required.