From 1beefd5f166b0b9347ae3d1bc0a4108bbb004bfd Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Tue, 12 Sep 2023 20:46:13 -0700 Subject: [PATCH] esm: set all hooks as release candidate PR-URL: https://github.com/nodejs/node/pull/49597 Reviewed-By: Jacob Smith Reviewed-By: Antoine du Hamel --- doc/api/module.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/module.md b/doc/api/module.md index 0c20a90b43f52c..6573d12bf27cce 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -86,7 +86,7 @@ isBuiltin('wss'); // false added: v20.6.0 --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate * `specifier` {string} Customization hooks to be registered; this should be the same string that would be passed to `import()`, except that if it is relative, @@ -163,7 +163,7 @@ changes: `globalPreload`; added `load` hook and `getGlobalPreload` hook. --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate @@ -382,7 +382,7 @@ asynchronous operations (like `console.log`) to complete. added: v20.6.0 --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate * `data` {any} The data from `register(loader, import.meta.url, { data })`.