cap-js-community / tree-sitter-cds

CAP CDS grammar for tree-sitter.
Apache License 2.0
17 stars 2 forks source link

feat(deps)!: Update tree-sitter bindings to v0.23.0 #77

Closed bugwelle closed 1 month ago

bugwelle commented 1 month ago

Update to tree-sitter v0.23.0. The change contains breaking changes, which are explained in the links below.

What the update does is: it removes the dependency on tree-sitter from the bindings. Now clients can chose their own tree-sitter version to use the bindings with.

Most changes are form the auto-updated bindings.

This commit also fixes the Go build.

See

Replaces #76