Skip to content

Set ABI 14 revision for Javascript grammar#149

Closed
kuczwara wants to merge 1 commit into
renzmann:mainfrom
kuczwara:fix-javascript-abi-14
Closed

Set ABI 14 revision for Javascript grammar#149
kuczwara wants to merge 1 commit into
renzmann:mainfrom
kuczwara:fix-javascript-abi-14

Conversation

@kuczwara

@kuczwara kuczwara commented May 27, 2026

Copy link
Copy Markdown

Set :abi14-revision to the most recent tag of https://github.com/tree-sitter/tree-sitter-javascript with ABI version 14. This should resolve #141 for Javascript.

~/src/tree-sitter-javascript $ git diff v0.23.1 v0.25.0  | grep -C3 "Tree-sitter ABI version"
 option(BUILD_SHARED_LIBS "Build using shared libraries" ON)
 option(TREE_SITTER_REUSE_ALLOCATOR "Reuse the library allocator" OFF)

-set(TREE_SITTER_ABI_VERSION 14 CACHE STRING "Tree-sitter ABI version")
+set(TREE_SITTER_ABI_VERSION 15 CACHE STRING "Tree-sitter ABI version")
 if(NOT ${TREE_SITTER_ABI_VERSION} MATCHES "^[0-9]+$")
     unset(TREE_SITTER_ABI_VERSION CACHE)
     message(FATAL_ERROR "TREE_SITTER_ABI_VERSION must be an integer")

Related PRs

@kuczwara

Copy link
Copy Markdown
Author

Duplicate of #151

@kuczwara kuczwara closed this Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version Mismatch

2 participants