Skip to content

Commit 4de67a6

Browse files
GeoffreyBoothalexfernandez
authored andcommitted
esm: set all hooks as release candidate
PR-URL: nodejs#49597 Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 4ac00d0 commit 4de67a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ isBuiltin('wss'); // false
8686
added: v20.6.0
8787
-->
8888
89-
> Stability: 1.1 - Active development
89+
> Stability: 1.2 - Release candidate
9090
9191
* `specifier` {string} Customization hooks to be registered; this should be the
9292
same string that would be passed to `import()`, except that if it is relative,
@@ -166,7 +166,7 @@ changes:
166166
`globalPreload`; added `load` hook and `getGlobalPreload` hook.
167167
-->
168168
169-
> Stability: 1.1 - Active development
169+
> Stability: 1.2 - Release candidate
170170
171171
<!-- type=misc -->
172172
@@ -385,7 +385,7 @@ asynchronous operations (like `console.log`) to complete.
385385
added: v20.6.0
386386
-->
387387
388-
> Stability: 1.1 - Active development
388+
> Stability: 1.2 - Release candidate
389389
390390
* `data` {any} The data from `register(loader, import.meta.url, { data })`.
391391

0 commit comments

Comments
 (0)