-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
A fun task would be to start a branch of skel that switches NAN for N-API.
This branch would:
- Drop support for node versions (in the travis.yml) that don't support N-API
- Drop usage of NAN
The goal of this branch would be:
- Help us learn about N-API
- Help provide simple examples of N-API usage for the time when we want to (potentially) move all modules to it.
- Learn what we don't know we need to learn about N-API (this is probably the most important one)
Caveat: The reality is that skel will need to support older node versions for a while, so this branch would need to stay in a branch and might drift/get out of date. And it would naturally have tons of conflicts with master.