Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced deprecated Nan and node functions to fix compilation in node 12 #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

suldashi
Copy link

I went through all the old Nan calls and replaced them with the new compatible ones. This fixes compilation in Node 12. All warnings have been fixed as well, so we can expect compatibility with future node versions well into the future.

@amzn-chris-subagio
Copy link

Oooh, I had just finished doing the same thing! Good to see more people want this : ) Looks like the build is just failing on the older version of node. Could you maybe edit the .travis.yml file as well to update the list to the expected version of node that Nan will support with the current interface?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants