From 6e5563e2b727684b44e2851b09fdf5590e08a1f8 Mon Sep 17 00:00:00 2001 From: Qjuh <76154676+Qjuh@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:43:55 +0200 Subject: [PATCH] fix: tsdoc unstable tag is block not modifier (#1405) --- tsdoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdoc.json b/tsdoc.json index 38ed6c53..fb7a5470 100644 --- a/tsdoc.json +++ b/tsdoc.json @@ -19,7 +19,7 @@ }, { "tagName": "@unstable", - "syntaxKind": "modifier" + "syntaxKind": "block" }, { "tagName": "@default",