UNPKG

defs

Version:

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

8 lines (6 loc) 96 B
var arr = [1, 2, 3]; var i = 0; for (let i = 0; i < arr.length; i++) { arr[i]; i[i]; }