dillon1000/react
Commit
Browse files [codegen] Create new temporary map when entering reactive scopes
During codegen, when we now cache and restore the temporary values map as we enter and exit the scope. This ensures that any temporaries within the reactive scope are only visible within that scope, and not to subsequent code. In a subsequent PR this surfaces a bug with temporaries not correctly exported from a reactive scope.
Changed paths1 file
First-parent comparisoncompiler/forget/src/ReactiveScopes/CodegenReactiveFunction.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…