Results 148 comments of Benjamin Byholm

On the contrary, I would recommend having it mirror V8's C++ API. Abstracting away the engine in a pluggable way is too much unnecessary work. It is not like io.js...

Oh, really? Why would they want that? What, exactly, are we discussing here? Is it making an ABI-stable API for modules or is it rewriting all of Node to abstract...

Good, then we're on the same page. In that case, I think the best to do is the following: Take (almost) all the functionality already exposed by NAN (diregarding sugar,...

Would still need to export some functions from Node too, buffer, objectwrap, strings, etc. Then have som representation of exported classes as structs (they are rare,but a couple exist). On...

Can you give some concrete examples of what you had in mind, e.g. HandleScope? On May 18, 2015 9:49:15 PM EEST, Ben Noordhuis [email protected] wrote: > Something to consider: V8...

The changelog lists the latest versions of node.js and io.js at time of release. The only caveat is that later releases might still work, but may require the use of...

What remains undone until we can close this issue?

I have never used yarn, but to me it seems the warning comes from yarn and not from node-gyp. According to the [yarn documentation](https://yarnpkg.com/configuration/yarnrc#logFilters), you can set a logFilter in...

Cannot do that. They are intentionally pinned to specific versions since nothing else works across the board. On November 13, 2023 9:44:08 PM GMT+02:00, Eric ***@***.***> wrote: >Ok. Still seems...