Skip to content

Commit

Permalink
build: bump tree_sitter/core from e3c8263 to 5e8760b
Browse files Browse the repository at this point in the history
Bumps [tree_sitter/core](https://github.com/tree-sitter/tree-sitter) from `e3c8263` to `5e8760b`.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@e3c8263...5e8760b)

---
updated-dependencies:
- dependency-name: tree_sitter/core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ObserverOfTime committed Jan 16, 2025
1 parent 34422a2 commit 3009574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree_sitter/core
Submodule core updated 73 files
+11 −12 .github/actions/cache/action.yml
+2 −16 .github/scripts/cross.sh
+5 −15 .github/scripts/make.sh
+4 −23 .github/scripts/tree-sitter.sh
+11 −8 .github/workflows/backport.yml
+146 −96 .github/workflows/build.yml
+18 −8 .github/workflows/ci.yml
+34 −34 .github/workflows/release.yml
+25 −12 .github/workflows/response.yml
+13 −5 .github/workflows/reviewers_remove.yml
+36 −31 .github/workflows/sanitize.yml
+32 −26 Cargo.lock
+57 −8 Cargo.toml
+7 −7 Makefile
+1 −1 build.zig.zon
+3 −0 cli/Cargo.toml
+3 −0 cli/config/Cargo.toml
+3 −0 cli/generate/Cargo.toml
+2 −1 cli/generate/src/templates/array.h
+3 −0 cli/loader/Cargo.toml
+1 −1 cli/loader/emscripten-version
+1 −1 cli/loader/src/lib.rs
+1 −1 cli/npm/package.json
+11 −0 cli/src/playground.html
+3 −0 cli/src/tests/proc_macro/Cargo.toml
+271 −124 docs/assets/js/playground.js
+3 −0 highlight/Cargo.toml
+17 −10 lib/CMakeLists.txt
+3 −0 lib/Cargo.toml
+1 −1 lib/binding_web/package.json
+6 −1 lib/language/Cargo.toml
+4 −0 lib/language/README.md
+2 −1 lib/src/array.h
+3 −3 lib/src/clock.h
+9 −1 lib/src/node.c
+2 −2 lib/src/parser.c
+0 −3 lib/src/tree_cursor.c
+19 −7 lib/src/wasm_store.c
+0 −62 script/benchmark
+0 −4 script/benchmark.cmd
+0 −76 script/build-fuzzers
+0 −28 script/build-wasm-stdlib
+0 −12 script/check-mallocs
+0 −26 script/fetch-emscripten
+0 −37 script/fetch-fixtures
+0 −32 script/fetch-fixtures.cmd
+0 −44 script/generate-bindings
+0 −27 script/generate-fixtures
+0 −33 script/generate-fixtures-wasm
+0 −13 script/generate-fixtures.cmd
+0 −36 script/heap-profile
+0 −35 script/reproduce
+0 −42 script/run-fuzzer
+0 −29 script/serve-docs
+0 −50 script/show-symbol-sizes
+0 −101 script/test
+0 −12 script/test-wasm
+0 −10 script/test.cmd
+0 −24 script/util/scan-build.sh
+0 −256 script/util/valgrind.supp
+3 −0 tags/Cargo.toml
+0 −43 test/fuzz/README.md
+0 −79 test/fuzz/fuzzer.cc
+0 −42 test/profile/heap.cc
+9 −0 xtask/Cargo.toml
+75 −0 xtask/src/benchmark.rs
+228 −0 xtask/src/build_wasm.rs
+41 −37 xtask/src/bump.rs
+33 −0 xtask/src/clippy.rs
+119 −0 xtask/src/fetch.rs
+118 −0 xtask/src/generate.rs
+221 −21 xtask/src/main.rs
+122 −0 xtask/src/test.rs

0 comments on commit 3009574

Please sign in to comment.