Skip to content

Commit 6bacb65

Browse files
Flarnaaduh95
authored andcommitted
doc, module: change async customization hooks to experimental
There is ongoing work to replace async customization hooks by a synchronous variant. As a result bugs/design flaws or the async variant (thread leak, overhead) are not addressed. Adapt stability index to avoid wrong assumptions they might move to stable. Refs: nodejs/loaders#201 Refs: nodejs/loaders#198 PR-URL: #60302 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 3d89331 commit 6bacb65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/module.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,7 @@ changes:
608608
609609
<!-- type=misc -->
610610
611-
> Stability: 1.2 - Release candidate (asynchronous version)
612-
> Stability: 1.1 - Active development (synchronous version)
611+
> Stability: 1.1 - Active development
613612
614613
There are two types of module customization hooks that are currently supported:
615614

0 commit comments

Comments
 (0)