From 2a14a79c998a775283db4b5b0a9e447460de8044 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 7cc5acb52793ae..0f44eac1c41f43 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, @@ -166,7 +166,7 @@ changes: `globalPreload`; added `load` hook and `getGlobalPreload` hook. --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate @@ -385,7 +385,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 })`.