feat(extraction): model union declarations distinctly

This commit is contained in:
ctype_lab
2026-08-06 17:10:52 +09:00
parent 86854cd0d7
commit 6978acc92e
7 changed files with 84 additions and 44 deletions
+1
View File
@@ -42,6 +42,7 @@ export const NODE_KINDS = [
'export',
'route',
'component',
'union',
] as const;
export type NodeKind = (typeof NODE_KINDS)[number];