dillon1000/react
Commit
Browse files Rename Environment => State for infer reference effects for clarity
InferReferenceEffects needs to be able to pass around the function's Environment, but there is already a local class with that name. It's confusing to have two "environment" concepts in one file, so this PR renames that local class to the more appropriate `InferenceState` and renames local variables and updates comments accordingly.
Changed paths1 file
First-parent comparisoncompiler/forget/src/Inference/InferReferenceEffects.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…