caitp / watchtower.js-old

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

Port of Angular.dart watch group tests into ES6 #3

Open caitp opened 10 years ago

caitp commented 10 years ago

5690100d4a18db8b862348478a49592a4372f8d2 introduced a port of the dirty_checking tests, and improved the testing infrastructure so that tests could actually be run.

The watch group tests still need to be ported over, and some other data structures will need to be stubbed out so that these can be worked on.

I'm not sure if I want to do this before or after the dirty checking tests are passing, but probably sooner is better.

caitp commented 10 years ago

Actually, reading the code, much of this is going to depend on a parser being available, which is something I don't totally want to implement as a part of this library until I have a good idea about the abstraction. I think watch groups can be tackled later on, so to start with, lets implement DirtyCheckingChangeDetector