diff --git a/doc/api/cli.md b/doc/api/cli.md index f0a2e70b8d7b66..ddd6c005e28757 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -298,6 +298,17 @@ added: Expose the [Web Crypto API][] on the global scope. +### `--experimental-import=module` + + + +Preload the specified module at startup. + +Follows [ECMAScript modules][] resolution rules. +Use \[`--require`]\[] to load a \[CJS module]\[]. + ### `--experimental-import-meta-resolve`