Skip to content

Commit

Permalink
build: bump tree-sitter in the submodules group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the submodules group with 1 update in the / directory: [tree-sitter](https://github.com/tree-sitter/tree-sitter).


Updates `tree-sitter` from `800f2c4` to `b5e4ef6`
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@800f2c4...b5e4ef6)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ObserverOfTime committed Aug 23, 2024
1 parent d5b5a5c commit 83610d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree-sitter
Submodule tree-sitter updated 57 files
+6 −2 .gitignore
+190 −171 Cargo.lock
+15 −15 Cargo.toml
+5 −3 Makefile
+2 −1 Package.swift
+3 −0 cli/build.rs
+6 −3 cli/loader/Cargo.toml
+1 −1 cli/loader/emscripten-version
+46 −11 cli/loader/src/lib.rs
+14 −4 cli/src/generate/grammar_files.rs
+1 −1 cli/src/generate/templates/__init__.pyi
+0 −0 cli/src/generate/templates/_cargo.toml
+5 −3 cli/src/generate/templates/makefile
+1 −1 cli/src/generate/templates/py-binding.c
+7 −4 cli/src/main.rs
+2 −1 cli/src/test.rs
+25 −4 cli/src/tests/parser_test.rs
+14 −0 cli/src/tests/query_test.rs
+1 −1 cli/src/tests/tree_test.rs
+30 −9 cli/src/tests/wasm_language_test.rs
+2 −2 docs/Gemfile.lock
+21 −147 docs/index.md
+4 −0 docs/section-3-creating-parsers.md
+6 −2 lib/Cargo.toml
+8 −0 lib/binding_rust/README.md
+48 −48 lib/binding_rust/bindings.rs
+4 −1 lib/binding_rust/build.rs
+2 −1 lib/binding_rust/ffi.rs
+44 −46 lib/binding_rust/lib.rs
+1 −1 lib/binding_rust/util.rs
+2 −3 lib/binding_rust/wasm_language.rs
+1 −2 lib/binding_web/package.json
+6 −5 lib/include/tree_sitter/api.h
+1 −0 lib/language/language.rs
+13 −0 lib/src/lexer.c
+11 −0 lib/src/parser.c
+1 −0 lib/src/parser.h
+16 −6 lib/src/query.c
+1 −1 lib/src/wasm_store.c
+8 −4 script/benchmark
+31 −32 script/build-fuzzers
+49 −61 script/build-wasm
+6 −12 script/build-wasm-stdlib
+6 −14 script/check-mallocs
+12 −18 script/fetch-emscripten
+8 −9 script/fetch-fixtures
+10 −10 script/generate-bindings
+10 −16 script/generate-fixtures
+12 −15 script/generate-fixtures-wasm
+3 −13 script/generate-wasm-exports-list
+14 −12 script/heap-profile
+19 −14 script/reproduce
+21 −17 script/run-fuzzer
+14 −10 script/test
+3 −3 script/test-wasm
+3 −3 script/util/scan-build.sh
+1 −0 test/fixtures/test_grammars/external_tokens/scanner.c

0 comments on commit 83610d2

Please sign in to comment.