| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(yuck): improper use of supertypes in queries | Christian Clason | 34 hours | 2 | -8/+1 |
| | | | | | | | | | | Problem: `(ast_block)` is a supertype, of which `(symbol)` (among others) is a subtype, which makes the final local pattern invalid. (This was not noticed before because the parser is stuck at ABI 14 due to a missing `tree-sitter.json`.) Solution: Fix the pattern and use supertype where appropriate. | ||||
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 5 | -0/+240 |
