ECMAScript 模块加载器入口点警告
¥ECMAScript modules loader entry point caveat
加载时,ES 模块加载器 加载程序入口点,node
命令将仅接受扩展名为 .js
、.mjs
、.cjs
或 .wasm
的文件作为输入;并且当 --experimental-default-type=module
通过时没有扩展。
¥When loading, the ES module loader loads the program
entry point, the node
command will accept as input only files with .js
,
.mjs
, .cjs
or .wasm
extensions; and with no extension when
--experimental-default-type=module
is passed.