From 28b11396feb9ae576d492ebee1b5840b9b6689ea Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 3 Dec 2025 13:26:47 +0800 Subject: [PATCH] doc: mark sync module hooks as release candidate PR-URL: https://github.com/nodejs/node/pull/60960 Refs: https://github.com/nodejs/node/issues/56241 Reviewed-By: Geoffrey Booth --- doc/api/module.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/api/module.md b/doc/api/module.md index cb04c106f8c..b5bd2605398 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -229,7 +229,7 @@ changes: description: Synchronous and in-thread hooks are now release candidate. --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate * `options` {Object} * `load` {Function|undefined} See [load hook][]. **Default:** `undefined`. @@ -606,6 +606,10 @@ changes: