pub const NODE_KINDS: &[&str];Expand description
Tree-sitter node kinds for framework-hook calls.
Empty — this category is detected entirely via callee-text inspection in
matches_callee. The call_expression node kind is already collected
by the TypeScript/JavaScript adapters; classification happens in
classify_hint’s CALL_DISPATCH loop at slot P6.