UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

5 lines 117 B
let x, y = 1; if (x !== undefined) throw new Error("Declaration1"); if (y !== 1) throw new Error("Declaration2");