dillon1000/react
Commit
Browse files Support var declaration hoisting
Var declarations were treated identical as other declarations which cause code relying on them getting hoisted now triggers runtime exception on TDZ. This diff fixed that by generating `var` for `var` so they can be hoisted as usual. commit-id:00ab02f6
Changed paths1 file
First-parent comparisoncompiler/forget/src/BackEnd/JS.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…