Joe Savona 3e157bbc27 Propagate reactivity to other operands accounting for mutable ranges
Previously if any operand was reactive, we transferred that reactivity to other 
operands that had a mutable effect (capture, conditionally mutate, mutate, or 
store). But a value can be captured without ever being modified again. This PR 
updates the logic to only transfer reactivity among operands that are actually 
mutable at the given instruction, based on the mutable range. This is strictly 
more precise.
2023-11-01 17:13:05 -07:00
Description
The library for web and native user interfaces.
MIT 1.5 GiB
Languages
JavaScript 67.9%
TypeScript 29.2%
HTML 1.5%
CSS 1.1%
CoffeeScript 0.2%
Other 0.1%