UNPKG

defs

Version:

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

7 lines (6 loc) 175 B
"use strict"; // unclear on whether it should be an error to redefine global names on top-level // for now, we allow it let name = "asdf"; let console = 3; let undefined = 5;