UNPKG

motion

Version:

motion - moving development forward

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;