Files
codeql/ruby/extractor
Taus 0776ff89d9 Shared extractor: Unify extract() and extract_and_desugar()
extract() now takes an optional rules parameter. When rules are empty,
it uses tree-sitter's native traversal. When rules are provided, it
runs yeast desugaring and falls back to the un-desugared tree on error.

extract_and_desugar() is removed — all callers use extract() directly.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-01 21:50:31 +00:00
..
2025-09-30 10:21:17 +02:00