From 0d29315972a5c075bf07b8987e1dc3fd64286872 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 13 Nov 2024 05:01:17 +0800 Subject: [PATCH] doc: update unflag info of `import.meta.resolve` PR-URL: https://github.com/nodejs/node/pull/55810 Reviewed-By: Antoine du Hamel Reviewed-By: Jacob Smith Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca --- doc/api/esm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/esm.md b/doc/api/esm.md index 4d257c37bf0..6473fbae5cc 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -395,8 +395,8 @@ changes: - v20.6.0 - v18.19.0 pr-url: https://github.com/nodejs/node/pull/49028 - description: Unflag `import.meta.resolve`, with `parentURL` parameter still - flagged. + description: No longer behind `--experimental-import-meta-resolve` CLI flag, + except for the non-standard `parentURL` parameter. - version: - v20.6.0 - v18.19.0