Longer term it would be better to generate all variable declarations at the top of their real blocks and rewrite declarations to assignments that initialize the values. Jslint declarations would make generated code more debuggable but writing source that way is insane.
merge neighboring variable declarations
Longer term it would be better to generate all variable declarations at the top of their real blocks and rewrite declarations to assignments that initialize the values. Jslint declarations would make generated code more debuggable but writing source that way is insane.