dillon1000/react
Commit
Browse files [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.
Changed paths1 file
First-parent comparisoncompiler/forget/src/Inference/AnalyseFunctions.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…