tree-sitter/lib
dependabot[bot] 9003b883f1 build(deps-dev): bump vite from 6.0.7 to 6.0.11 in /lib/binding_web
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.7 to 6.0.11.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.11/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-25 00:18:35 -05:00
..
binding_rust chore: a few more minor lints 2025-01-23 00:10:16 -05:00
binding_web build(deps-dev): bump vite from 6.0.7 to 6.0.11 in /lib/binding_web 2025-01-25 00:18:35 -05:00
include/tree_sitter feat(lib)!: remove ts_node_child_containing_descendant 2025-01-12 22:11:30 -05:00
language Fix typo in doc comment (#4022) 2024-12-19 22:49:54 -08:00
src chore: cleanup unused code 2025-01-21 01:17:03 -05:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml build(rust): bump the lib's MSRV to 1.76 2025-01-12 04:47:59 -05:00
CMakeLists.txt build: treat incompatible pointer warning as error 2024-10-19 02:57:08 +00:00
README.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00
tree-sitter.pc.in build(lib): build using cmake 2024-09-07 18:38:05 -04:00

Subdirectories

  • src - C source code for the Tree-sitter library
  • include - C headers for the Tree-sitter library
  • binding_rust - Rust bindings to the Tree-sitter library
  • binding_web - JavaScript bindings to the Tree-sitter library, using WebAssembly