Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Eric Brown <[email protected]>
- Loading branch information