Skip to content

Commit df81a7d

Browse files
committed
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
1 parent d3f79aa commit df81a7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/api/module.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,11 +604,14 @@ changes:
604604
pr-url: https://github.com/nodejs/node/pull/37468
605605
description: Removed `getFormat`, `getSource`, `transformSource`, and
606606
`globalPreload`; added `load` hook and `getGlobalPreload` hook.
607+
- version: REPLACEME
608+
pr-url: https://github.com/nodejs/node/pull/60302
609+
description: Change stability index for async variant from Release candidate to Experimental.
607610
-->
608611
609612
<!-- type=misc -->
610613
611-
> Stability: 1.2 - Release candidate (asynchronous version)
614+
> Stability: 1 - Experimental (asynchronous version)
612615
> Stability: 1.1 - Active development (synchronous version)
613616
614617
There are two types of module customization hooks that are currently supported:

0 commit comments

Comments
 (0)