Skip to content

Commit 88c5454

Browse files
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

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ignorelib==0.3.0
99
requests==2.32.3
1010
sarif-om==1.0.4
1111
jschema-to-python==1.2.3
12-
tree-sitter-go==0.23.4
13-
tree-sitter-java==0.23.5
14-
tree-sitter-python==0.23.6
12+
tree-sitter-go==0.23.3
13+
tree-sitter-java==0.23.4
14+
tree-sitter-python==0.23.4

0 commit comments

Comments
 (0)