google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.18k stars 580 forks source link

Generated code should use let where possible #1906

Open arv opened 9 years ago

arv commented 9 years ago

If --block-binding=parse then we should output const and let and not var.