UNPKG

defs

Version:

Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.

7 lines (5 loc) 59 B
"use strict"; var x = 4; let x = 5; let y = 6; var y = 7;