quickjs-done/tests/detect_module/4.js

4 lines
106 B
JavaScript
Raw Permalink Normal View History

2025-01-06 20:48:15 +00:00
// imports should classify it as a module, even when not at the top
os.now()
import * as os from "qjs:os"