UNPKG

defs

Version:

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

9 lines (7 loc) 69 B
"use strict"; var x = 3; if (1) { var x = 4; } function x() { }