mirror of
https://github.com/giancarloerra/socraticode.git
synced 2026-07-03 14:05:21 +02:00
c5a706cc71
The vendored @ast-grep/lang-dart 0.0.7 grammar predates Dart 3.3 extension types and parses them to ERROR nodes; the kinds a newer tree-sitter-dart exposes (extension_type_declaration) do not exist in this version, so matching on them would be unreachable code. Document the limitation at the walk site and lock in the contract: no throw, no bogus symbols from the ERROR region, and the rest of the file still extracts normally.