tree-sitter / node-tree-sitter

Node.js bindings for tree-sitter
https://www.npmjs.com/package/tree-sitter
MIT License
649 stars 114 forks source link

feat: port to prebuildify #101

Closed Symbitic closed 8 months ago

Symbitic commented 2 years ago

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.