Files
codeql/unified/extractor
Taus 1c4dfca7ca unified: Delete the vendored tree-sitter-swift crate
Pure deletion of the files the previous commit left unreferenced:

- the vendored `unified/extractor/tree-sitter-swift` crate — grammar,
  generated parser tables, editor queries and Node bindings;
- `scripts/regenerate-grammar.sh`, which regenerated those tables from
  the grammar;
- the `rules_macro_smoke` test, which type-checked the `rules!` macro
  against the crate's `node-types.yml` and so cannot outlive it.

The extractor now builds with no Swift grammar and no Swift toolchain;
the Swift dependency lives solely in the separate `swift-syntax-parse`
binary.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-28 21:18:22 +00:00
..