TooTallNate / ref

Turn Buffer instances into "pointers"
http://tootallnate.github.com/ref
451 stars 141 forks source link

Broken on Node master/Node 12 #107

Open mcollina opened 5 years ago

mcollina commented 5 years ago

From our CITGM tests, it seems this module will break on Node 12, and it is currently broken on master. Would you mind having a look?

We are currently removing this from our CITGM suite: nodejs/citgm#654.

Janealter commented 4 years ago

You can use ref-napi

fredericgermain commented 4 years ago

I know it's not what one would expect, but this would work for now...

yarn add ref@lxe/ref#node-12

cf https://github.com/TooTallNate/ref/pull/114

onichandame commented 4 years ago

Is anybody working to bring ref to the latest Node 13?

wakeupwakeup commented 3 years ago

You can use ref-napi

is ref-napi a updated version of ref?