dillon1000/react

Commit

[builtins] Fix effects: capture -> read, store -> mutate

--- 

I didn't properly understand Capture and Store effects previously, just 
correcting those mistakes! 

These functions are all synchronously mutative, so they should use Read / 
Mutate, not Capture + Store
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/src/HIR/ObjectShape.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…