From 826da94bbab7d6ebf68fb525b279e7ba952cda0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= <18708370+Flarna@users.noreply.github.com> Date: Fri, 17 Oct 2025 23:53:47 +0200 Subject: [PATCH 1/3] 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: https://github.com/nodejs/loaders/issues/201 Refs: https://github.com/nodejs/loaders/pull/198 --- doc/api/module.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/api/module.md b/doc/api/module.md index fa85d13cbbf069..551d117124cb50 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -585,6 +585,9 @@ added: v22.8.0 -> Stability: 1.2 - Release candidate (asynchronous version) +> Stability: 1 - Experimental (asynchronous version) > Stability: 1.1 - Active development (synchronous version) There are two types of module customization hooks that are currently supported: From 16906209f52db6af993e95ed0dd738c56be92911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerhard=20St=C3=B6bich?= Date: Sat, 18 Oct 2025 12:04:36 +0200 Subject: [PATCH 2/3] remove changelog entry Co-authored-by: Antoine du Hamel --- doc/api/module.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/api/module.md b/doc/api/module.md index 551d117124cb50..90fb17e2cf923f 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -585,9 +585,6 @@ added: v22.8.0 -> Stability: 1 - Experimental (asynchronous version) -> Stability: 1.1 - Active development (synchronous version) +> Stability: 1.1 - Active development There are two types of module customization hooks that are currently supported: