Skip to content

code_ast v0.1.2: Support tree_sitter>=0.22.0

Latest

Choose a tag to compare

@cedricrupb cedricrupb released this 11 Nov 17:30

This release is minimal fix to support newer tree_sitter versions. Earlier versions (before v0.22.0) are still supported and checked programmatically. Note that since v0.22.0, languages require Python package installation which prohibits autoloading.

Therefore, if you use newer versions of tree_sitter, you have to install the respective language package.