nx-js / observer-util

Transparent reactivity with 100% language coverage. Made with ❤️ and ES6 Proxies.
MIT License
1.2k stars 94 forks source link

Fail on recursion #65

Open ddurschlag opened 1 year ago

ddurschlag commented 1 year ago

This adds an option for observers to fail on recursion rather than silently not run. This is useful for detecting this scenario, which otherwise can silently cause incorrect output.