Commit 30c11ab
fix: pass raw bytes to Dart/R parsers instead of decoded str
tree-sitter-language-pack 1.12.5 enforces that Parser.parse() receives
bytes or a callable, not str, breaking the Dart and R parsers which
decoded source to str before parsing. Every other language parser
already passes raw bytes.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 3f7adc1 commit 30c11ab
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments