UNPKG

lively.vm

Version:

Controlled JavaScript code execution and instrumentation.

7 lines (4 loc) 163 B
console.log("........ in es6-with-cjs/module2.js") import { val } from '../cjs/module2.js'; console.log("es6-with-cjs/module2.js y: ", val); export var y = val;