From 73a7e00d0629ae46c2df47eb1f2877d4735f4959 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 20 Sep 2023 14:25:06 +0200 Subject: [PATCH] doc: add missing history info for `import.meta.resolve` PR-URL: https://github.com/nodejs/node/pull/49700 Backport-PR-URL: https://github.com/nodejs/node/pull/50669 Reviewed-By: Geoffrey Booth Reviewed-By: Chemi Atlow Reviewed-By: Jacob Smith --- doc/api/esm.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/api/esm.md b/doc/api/esm.md index f74dd1542ea807..09584022e6cecf 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -323,14 +323,19 @@ const buffer = readFileSync(new URL('./data.proto', import.meta.url)); ### `import.meta.resolve(specifier)` - > Stability: 1.2 - Release candidate