feat(kernel): preserve union nodes across extraction

This commit is contained in:
ctype_lab
2026-08-06 17:11:26 +09:00
parent 6978acc92e
commit 8e3cde6994
9 changed files with 59 additions and 45 deletions
+1
View File
@@ -393,6 +393,7 @@ export function kindBonus(kind: Node['kind']): number {
interface: 9,
type_alias: 6,
struct: 6,
union: 6,
trait: 9,
enum: 5,
component: 8,