diff --git a/doc/api/cli.md b/doc/api/cli.md index a2861024659af2..eba50ae45636ef 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -290,6 +290,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. + ### `--experimental-import-meta-resolve`