Commit 7d671a2
chore(deps): bump tree-sitter-dart to 0.2.0 and update grammar bindings
The 0.2.0 release drops the legacy `language()` factory (use the
`LANGUAGE` constant like the other modern bindings) and renames grammar
nodes. Update ck-chunk's Dart tree-sitter query accordingly:
class_definition -> class_declaration, class_member_definition ->
method_declaration, local_variable_declaration ->
top_level_variable_declaration, plus function/constructor captures.
Supersedes dependabot PR #144.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 61e44fb commit 7d671a2
4 files changed
Lines changed: 12 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | 374 | | |
381 | 375 | | |
382 | 376 | | |
| |||
395 | 389 | | |
396 | 390 | | |
397 | 391 | | |
398 | | - | |
| 392 | + | |
399 | 393 | | |
400 | 394 | | |
401 | 395 | | |
| |||
0 commit comments