diff --git a/doc/api/module.md b/doc/api/module.md index 1aac20780c4d..53d64de7006b 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -1924,6 +1924,10 @@ added: `path` is the resolved path for the file for which a corresponding source map should be fetched. +Source maps of code generated by `eval` or `new Function` are held in a cache of +limited size, so the least recently used of them are dropped once enough +generated code has been evaluated. + ### `module.setSourceMapsSupport(enabled[, options])`