gerich-home / it-depends

Lightweight dependency tracking library for JavaScript
http://it-depends-js.github.io/
Other
1 stars 2 forks source link

Circular dependencies should result in exception #51

Open gerich-home opened 8 years ago

gerich-home commented 8 years ago

When computedValue depends on itself it should throw exception unless the cycle is destroyed by a change of some dependency.

gerich-home commented 8 years ago

Depends on #23