UNPKG

defs

Version:

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

11 lines (9 loc) 105 B
"use strict"; var x = 1; { var x$0 = 3; try { } catch (x) { console.log(x); } }