summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2022-01-14 12:53:49 +0100
committerGitHub <noreply@github.com>2022-01-14 12:53:49 +0100
commit83e2471064fab7c39a387b543a42013894257710 (patch)
tree8a8c7634ae600fb74f13f1e5da2fb43124ceafb3
parent426df1b836432bb6c4dd2beb127d40d804db7aeb (diff)
downloadnode-new-aduh95-patch-1.tar.gz
doc: add missing YAML tag in `esm.md`aduh95-patch-1
Refs: https://github.com/nodejs/node/pull/41434
-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 8c3716df74..54f576261c 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -591,7 +591,7 @@ would provide the exports interface for the instantiation of `module.wasm`.
## Top-level `await`
-<!--
+<!-- YAML
added: v14.8.0
-->