refactor: update AST strategies to use centralized node type constants

This commit is contained in:
imfozilbek
2025-11-27 19:27:30 +05:00
parent 07e6535633
commit 6b35679f09
10 changed files with 96 additions and 34 deletions

View File

@@ -119,3 +119,4 @@ export const VIOLATION_SEVERITY_MAP = {
} as const
export * from "./rules"
export * from "./ast-node-types"