UNPKG

defs

Version:

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

5 lines (4 loc) 85 B
"use strict"; let x = x; // error let y = 1, z = y; // ok let a = b, b = 1; // error