UNPKG

defs

Version:

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

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