Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for tree-sitter from node-gyp #410

Merged
merged 1 commit into from
May 4, 2024
Merged

Conversation

alex-pinkus
Copy link
Owner

The tree-sitter executable gets downloaded as a binary during the
build, which is notably asynchronous -- this is why
scripts/wait-for-tree-sitter.js exists. The code in binding.gyp
therefore needs to run that before generating the header files.

The tree-sitter executable gets downloaded as a binary during the
build, which is notably asynchronous -- this is why
`scripts/wait-for-tree-sitter.js` exists. The code in `binding.gyp`
therefore needs to run that before generating the header files.
@alex-pinkus alex-pinkus merged commit 696aacc into main May 4, 2024
55 checks passed
@alex-pinkus alex-pinkus deleted the gyp-wait-for-tree-sitter branch May 4, 2024 21:36
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.

1 participant