quickjs-done-nextgen/tests/detect_module/4.js
2024-10-24 22:24:03 +02:00

3 lines
106 B
JavaScript

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