atom / node-pathwatcher

Path Watcher Node Module
http://atom.github.io/node-pathwatcher
MIT License
93 stars 47 forks source link

replace Handle with Local #127

Closed abnerlee closed 5 years ago

abnerlee commented 5 years ago

see https://electronjs.org/blog/nodejs-native-addons-and-electron-5

Electron 5.0 includes a version of V8 that has finally removed v8::Handle for good, and native Node.js addons that still use it will need to be updated before they can be used with Electron 5.0.

benjamn commented 5 years ago

The update to V8 7.4 makes this change necessary for Node.js 12 compatibility, too.