refactor(bindings)!: convert node bindings to NAPI

Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com>
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Segev Finer 2024-02-28 00:06:25 +02:00 committed by GitHub
parent 3d65ffa5af
commit e87cf7ef15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 36 deletions

View file

@ -20,7 +20,7 @@
"LOWER_PARSER_NAME"
],
"dependencies": {
"nan": "^2.18.0"
"node-addon-api": "^7.1.0"
},
"devDependencies": {
"tree-sitter-cli": "^CLI_VERSION"