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