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:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2022-01-14 19:56:47 +0300
committerRichard Lau <rlau@redhat.com>2022-01-25 18:09:38 +0300
commit5971d58600a73bdfaa5fefb9d1918422907138ca (patch)
tree7c50064d28cd81d9aa405a6361f32c18a8c5e93e
parente903798ae1c1d29c35f57d53fc216e0b7ec2891b (diff)
doc: add missing YAML tag in `esm.md`
Refs: https://github.com/nodejs/node/pull/41434 PR-URL: https://github.com/nodejs/node/pull/41516 Backport-PR-URL: https://github.com/nodejs/node/pull/41518 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
-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 ecb737b0f58..7bf5ff14c89 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -548,7 +548,7 @@ would provide the exports interface for the instantiation of `module.wasm`.
## Top-level `await`
-<!--
+<!-- YAML
added: v14.8.0
-->