Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/modules.md')
-rw-r--r--doc/api/modules.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/modules.md b/doc/api/modules.md
index 049fff804d6..a8f9a60a683 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -1035,7 +1035,7 @@ import('fs').then((esmFS) => {
## Source Map V3 Support
<!-- YAML
-added: REPLACEME
+added: v13.7.0
-->
> Stability: 1 - Experimental
@@ -1054,7 +1054,7 @@ const { findSourceMap, SourceMap } = require('module');
### `module.findSourceMap(path[, error])`
<!-- YAML
-added: REPLACEME
+added: v13.7.0
-->
* `path` {string}
@@ -1072,7 +1072,7 @@ will be associated with the `error` instance along with the `path`.
### Class: `module.SourceMap`
<!-- YAML
-added: REPLACEME
+added: v13.7.0
-->
#### `new SourceMap(payload)`