dillon1000/react

Commit

[hir] Introduce AbstractState.store

Currently AbstractState.alias performs three operations: - Reading a value - 
Storing the value - Updating aliasing (in the DisjointSet) 

This commit makes AbstractState.alias only responsible for updating the alias 
information. The rest of the operations are split into separate functions.
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/src/HIR/BuildAliasSets.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…