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

feat: port to prebuildify #101

Closed
wants to merge 5 commits into from
Closed

Conversation

Symbitic
Copy link

This replaces prebuild with prebuildify, which is recommended by the prebuild team.

I can't get node-tree-sitter to install on Windows, and I'm hoping this will fix it.

This does remove electron from the list of prebuild targets, but that shouldn't be a problem because:

  1. There aren't many electron apps that use Tree-sitter.
  2. The electron targets previously built were old.

I recommend looking into the NAPI pull requests so that prebuildify only needs to build a single target.

Electron.js had to be removed from prebuildify.
That shouldn't be a problem because
1. Those versions were very old.
2. Few tree-sitter apps seem to be using Electron.
It would probably be better to port to node-addon-api anyway.
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.

2 participants