This repository was archived by the owner on Oct 18, 2024. It is now read-only.
v3.0.0
android-tree-sitter
v3.0.0 (2023-06-04)
Breaking changes
TSQuerynow does not allow null parameters in its constructor. UseTSQuery.EMPTYto represent empty/invalid queries. UseTSQuery.create(TSLanguage, String)to safely create query objects.
Added
- Native libraries for grammars are now automatically loaded in
TSLanguage*classes.