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:
authorJayden Seric <me@jaydenseric.com>2021-04-21 03:54:38 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-09-04 16:14:52 +0300
commit95b9cc78d25cff11ecc79551dc9ef832f132ed59 (patch)
tree7521c293f7ee379214c20b40e3a6c9c5ca7ff9ab /doc/api/packages.md
parentc4686fa5a7c0e6ad1e118c30e01ebfec7c7a8be5 (diff)
doc: fix YAML comment opening tags
Several YAML documentation comments incorrectly started with `<!--YAML` instead of `<!-- YAML`, resulting in their content missing in the rendered documentation. PR-URL: https://github.com/nodejs/node/pull/38324 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 8b9a51fd83a..ff17c9890bf 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -290,7 +290,7 @@ import submodule from 'es-module-package/private-module.js';
```
### Subpath imports
-<!--YAML
+<!-- YAML
added:
- v14.6.0
- v12.19.0
@@ -332,7 +332,7 @@ The resolution rules for the imports field are otherwise
analogous to the exports field.
### Subpath patterns
-<!--YAML
+<!-- YAML
added:
- v14.13.0
- v12.20.0
@@ -406,7 +406,7 @@ import featureX from 'es-module-package/features/x';
```
### Exports sugar
-<!--YAML
+<!-- YAML
added: v12.11.0
-->
@@ -433,7 +433,7 @@ can be written:
```
### Conditional exports
-<!--YAML
+<!-- YAML
added:
- v13.2.0
- v12.16.0
@@ -608,7 +608,7 @@ The above definitions may be moved to a dedicated conditions registry in due
course.
### Self-referencing a package using its name
-<!--YAML
+<!-- YAML
added:
- v13.1.0
- v12.16.0