Skip to content

Commit

Permalink
esm: set all hooks as release candidate
Browse files Browse the repository at this point in the history
PR-URL: nodejs#49597
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
GeoffreyBooth authored and alexfernandez committed Nov 1, 2023
1 parent 4ac00d0 commit 4de67a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -166,7 +166,7 @@ changes:
`globalPreload`; added `load` hook and `getGlobalPreload` hook.
-->
> Stability: 1.1 - Active development
> Stability: 1.2 - Release candidate
<!-- type=misc -->
Expand Down Expand Up @@ -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 })`.
Expand Down

0 comments on commit 4de67a6

Please sign in to comment.