dillon1000/react

Commit

[hir] Treat reassignment as mutation for context refs

The mutable range difference for assignment is just 1 which is something we 
usually don't track as we care about mutation and not assignment. 

But this isn't true for context refs whose (re) assignment is actually a 
mutation.
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/src/Inference/AnalyseFunctions.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…