Skip to content

Commit 4d8f62a

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 <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 9ac5dbb commit 4d8f62a

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
@@ -572,8 +572,7 @@ changes:
572572
573573
<!-- type=misc -->
574574
575-
> Stability: 1.2 - Release candidate (asynchronous version)
576-
> Stability: 1.1 - Active development (synchronous version)
575+
> Stability: 1.1 - Active development
577576
578577
There are two types of module customization hooks that are currently supported:
579578

0 commit comments

Comments
 (0)