UNPKG

defs

Version:

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

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