mmomtchev / node-gdal-async

Node.js bindings for GDAL (Geospatial Data Abstraction Library) with full async support
https://mmomtchev.github.io/node-gdal-async/
Apache License 2.0
132 stars 26 forks source link

Switch to N-API #35

Open mmomtchev opened 2 years ago

mmomtchev commented 2 years ago

As more and more native modules switch to N-API, NAN is starting to lag behind and to impede further development of the project

This that will be solved by switching:

mmomtchev commented 1 year ago

NAPI is currently on hold because of the lack of support for class inheritance