Files
linux-kernel-module-cheat/rootfs_overlay/lkmc/nodejs/esm/main.js
Ciro Santilli 六四事件 法轮功 13f7303db1 more node
2021-05-25 01:00:00 +00:00

12 lines
251 B
JavaScript
Executable File

#!/usr/bin/env node
import { strict as assert } from 'assert';
import anyname from './notmain.js'
assert(anyname === 1)
// Not possible, have to use import everywhere.
//import notmain2 from './notmain2.js'
//const notmain2 = require('notmain2');