UNPKG

lively.vm

Version:

Controlled JavaScript code execution and instrumentation.

6 lines (3 loc) 108 B
import * as another from "./module2.js" console.log("running es6 module3"); export var z = another.y * 3;