UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

8 lines 137 B
{ let l = "foo"; l = "bar" if (l !== "bar") throw new Error("Let1"); } if (typeof l !== "undefined") throw new Error("Let2");