Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9f6bd88
unified: vendor in tree-sitter-swift
tausbn May 8, 2026
60d6429
unified: update build dependencies
tausbn May 8, 2026
9ee94fc
unified: Add scripts for automatically rebuilding Swift grammar
tausbn May 8, 2026
96fd375
unified: Rebuild generated files
tausbn May 8, 2026
6a35c0e
unified: get rid of undesirable self-recursion in _expression
tausbn May 8, 2026
700335f
unified: regenerate files
tausbn May 8, 2026
3c644a9
unified: stop operators bleeding through everywhere
tausbn May 8, 2026
c18300a
unified: regenerate files
tausbn May 8, 2026
4eb9ff7
unified: make if-condition nodes named, to stop bleed
tausbn May 8, 2026
1d1783a
unified: regenerate files
tausbn May 8, 2026
33e67ca
unified: make `expression` named and a supertype
tausbn May 8, 2026
f4fdf48
unified: regenerate files
tausbn May 8, 2026
8be94e5
unified: make `unannotated_type` named and supertype
tausbn May 8, 2026
7ea42f7
unified: regenerate files
tausbn May 8, 2026
d866b10
unified: stop `"!"` bleeding through
tausbn May 8, 2026
71db353
unified: regenerate files
tausbn May 8, 2026
d1e4604
unified: Get rid of some `"."` bleed
tausbn May 8, 2026
1ddeb56
unified: regenerate files
tausbn May 8, 2026
84cb031
unified: convert _type into a named rule
tausbn May 8, 2026
336da15
unified: regenerate files
tausbn May 8, 2026
ea8be8c
unified: drop `element` field on `_parenthesized_type`
tausbn May 8, 2026
7627594
unified: regenerate files
tausbn May 8, 2026
2be89a6
unified: Prevent field bleed-through from `_if_let_binding`
tausbn May 8, 2026
ebbedc0
unified: regenerate files
tausbn May 8, 2026
9e3cfdb
unified: add supertypes for various kinds of declarations
tausbn May 8, 2026
c972e26
unified: regenerate files
tausbn May 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ members = [
"shared/yeast-macros",
"ruby/extractor",
"unified/extractor",
"unified/extractor/tree-sitter-swift",
"rust/extractor",
"rust/extractor/macros",
"rust/ast-generator",
Expand Down
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ use_repo(
tree_sitter_extractors_deps,
"vendor_ts__anyhow-1.0.100",
"vendor_ts__argfile-0.2.1",
"vendor_ts__cc-1.2.61",
"vendor_ts__chalk-ir-0.104.0",
"vendor_ts__chrono-0.4.42",
"vendor_ts__clap-4.5.48",
Expand Down Expand Up @@ -150,10 +151,10 @@ use_repo(
"vendor_ts__tree-sitter-0.26.8",
"vendor_ts__tree-sitter-embedded-template-0.25.0",
"vendor_ts__tree-sitter-json-0.24.8",
"vendor_ts__tree-sitter-language-0.1.5",
"vendor_ts__tree-sitter-python-0.23.6",
"vendor_ts__tree-sitter-ql-0.23.1",
"vendor_ts__tree-sitter-ruby-0.23.1",
"vendor_ts__tree-sitter-swift-0.7.2",
"vendor_ts__triomphe-0.1.14",
"vendor_ts__ungrammar-1.16.1",
"vendor_ts__zstd-0.13.3",
Expand Down
24 changes: 24 additions & 0 deletions misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

48 changes: 36 additions & 12 deletions misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading