Files
socraticode/tests
Giancarlo Erra c5a706cc71 test(graph): pin graceful degradation for Dart extension types
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.
2026-06-11 12:22:15 +01:00
..