tc39 / proposal-signals

A proposal to add signals to JavaScript.
MIT License
2.87k stars 54 forks source link

Explicitly spell out the state machines for `Computed` and `Watcher` #217

Closed prophile closed 5 days ago

prophile commented 2 weeks ago

For Computed I found this useful to clarify for myself the states, and hopefully this both confirms my understanding and makes things easier for others.

For Watcher there were some details missing (#204) so hopefully this accurately reflects the intent.

Fixes #204