diff --git a/doc/api/module.md b/doc/api/module.md index f4338028abe31d..6259f208de3a3a 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -107,6 +107,18 @@ changes: Register a module that exports [hooks][] that customize Node.js module resolution and loading behavior. See [Customization hooks][]. +### `module.releaseResolvedModule(resolvedURL)` + + + +> Stability: 1 - Experimental + +* `resolvedURL` {string} The fully-resolved URL of a module. + +Clears the given module from the ESM resolve and load caches. + ### `module.syncBuiltinESMExports()`