You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This remains relevant and important to learn about. I'm adding this to my list of things to look into. My plan is to find 30 minutes to experiment. I will create a branch and try porting things over and see how far I can get. /cc @GretaCB
A fun task would be to start a branch of skel that switches NAN for N-API.
This branch would:
The goal of this branch would be:
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.
The text was updated successfully, but these errors were encountered: