feat(arch-scan): add @public JSDoc tag exemption mechanism for Server Actions

This commit is contained in:
SpecialX
2026-07-07 19:19:01 +08:00
parent 747344bfe3
commit 692e8ef580
5 changed files with 36 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ const DDL_STATEMENTS = [
is_exported INTEGER DEFAULT 0,
is_async INTEGER DEFAULT 0,
is_server_action INTEGER DEFAULT 0,
is_public INTEGER DEFAULT 0,
signature TEXT,
start_line INTEGER,
end_line INTEGER,