node-memwatch
node-memwatch copied to clipboard
NodeJS 12
I added v8::Isolate and v8::Context as method parameters since deprecated API was removed. I also got the rid of legacy v8::Handle replacing it with v8::Local. Tested both on Ubuntu and Windows for the following major NodeJS versions: 8, 10, 12.
@marcominetti , can we make progress towards merging this?
@marcominetti tested npm install
ing these changes with node v10 and v12. Successfully done.
I've gone ahead and merged this request on my own fork and published to NPM @pavel-yasiukevich, please see https://github.com/atsjj/memwatch/releases/tag/1.0.0.
I needed this patch and figured others would benefit from it too! Much appreciation to those who have contributed, I feel this is the least I could do to help.