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 var name = "asdf"; var console = 3; var undefined = 5;