Packages

QuickJS JavaScript engine for Erlang (powered by quickjs-ng)

Current section

Files

Jump to
quickjs c_src quickjs-ng tests detect_module 4.js
Raw

c_src/quickjs-ng/tests/detect_module/4.js

// imports should classify it as a module, even when not at the top
os.now()
import * as os from "qjs:os"