dillon1000/react

Commit

InferReactiveIdentifiers: fixpoint iteration is now unnecessary

I removed fixpoint iteration and all tests pass, which matches my intuition that 
it's really that we need strictly two passes. Removing to simplify and for 
performance (avoid unnecessary extra visits of the ast)
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/src/ReactiveScopes/InferReactiveIdentifiers.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…