UNPKG

lively.vm

Version:

Controlled JavaScript code execution and instrumentation.

8 lines (4 loc) 154 B
console.log("running es6 module1"); function someFunction() { return 3 + internalState; } var internalState = 1; export var x = internalState * 2 + 1;