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

Support Node v12.0.0 #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support Node v12.0.0 #114

wants to merge 1 commit into from

Conversation

lxe
Copy link

@lxe lxe commented Apr 25, 2019

No description provided.

@ravi-meganathan
Copy link

Any update on Node.js 12 Support?

@aabuhijleh
Copy link

Nan::To can be used

Nan::To<bool>(info[3]).FromJust();

instead of

info[3]->BooleanValue(v8::Isolate::GetCurrent()->GetCurrentContext()).ToChecked();

the latter is very ugly

javihernandez added a commit to javihernandez/ref that referenced this pull request Oct 10, 2019
javihernandez added a commit to javihernandez/ref that referenced this pull request May 9, 2020
* bruceauyeung/node-12:
  fix when required multiple times:revert mistakenly modified codes in previous commit
  fix when required multiple times:TooTallNate#101
  support node 12: modified as suggested from TooTallNate#114 (comment)
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.

3 participants