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:
authorDanielle Adams <adamzdanielle@gmail.com>2020-10-06 20:46:41 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2020-10-08 00:22:52 +0300
commitd0438a629a34a19c7368a32f5731f7b8c3cd3ec8 (patch)
tree8067b03e71d197690a2cbe338262305f5f3a9f7b /doc/api/esm.md
parent7b26322f6da2910e36febc318c8df249228dcea6 (diff)
2020-10-07, Version 14.13.1 (Current)
Notable changes: * fs: * remove experimental from rmdir recursive (Benjamin Coe) [#35171](https://github.com/nodejs/node/pull/35171) PR-URL: https://github.com/nodejs/node/pull/35525
Diffstat (limited to 'doc/api/esm.md')
-rw-r--r--doc/api/esm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/esm.md b/doc/api/esm.md
index 56d86d16871..d28dd01a6e9 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -136,7 +136,7 @@ future use. The root of the current volume may be referenced via `file:///`.
#### `node:` Imports
<!-- YAML
-added: REPLACEME
+added: v14.13.1
-->
`node:` URLs are supported as a means to load Node.js builtin modules. This