Commit 88c5454
authored
Lower tree-sitter language libraries to work with PyOdide. (#712)
In order to support running precli within a browser using PyScript, the
tree-sitter libraries which are not pure Python need to match what is
available on PyOdide. Current 0.27.0 version of PyOdide has:
tree-sitter==0.23.2
tree-sitter-go==0.23.3
tree-sitter-java==0.23.4
tree-sitter-python==0.23.4
So this change lowsers precli dependency on the python and go libraries
to match PyOdide. This should enable PyScript to work, but that requires
further testing.
Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
Signed-off-by: Eric Brown <ericwb@users.noreply.github.com>1 parent c9a6164 commit 88c5454
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments