--experimental-loader=module


不鼓励使用此标志,并且可能在未来的 Node.js 版本中被移除。 请使用 --importregister() 替代。

指定包含已导出 异步模块自定义钩子modulemodule 可以是任何被 import 指示符 接受的字符串。

🌐 Specify the module containing exported asynchronous module customization hooks. module may be any string accepted as an import specifier.

如果与 权限模型 一起使用此功能,则需要 --allow-worker

🌐 This feature requires --allow-worker if used with the Permission Model.