Ben Noordhuis

Results 935 comments of Ben Noordhuis

More radical: bundle [swc](https://github.com/swc-project/swc) and just run the code. :-) (Caveat emptor: swc is a transpiler, not a type checker. But on the flip side, it also handles JSX and...

> How do we feel about AIA vs intermediate preloading? The former isn't really a solution because there's no guarantee node can make the outbound connection or that fetching succeeds....

Using CCADB (edit: at compile time) - either directly or through mozilla.com - seems like a good way forward, it just needs someone to implement it. We'll want to check...

Is your question whether I have plans to add that? Not at the moment. Difficult to compile (probably needs to be cross-compiled; difficult with V8) and upstream V8's RISC-V support...

What you want to do should get a lot easier (and synchronous) once one of the uv_import/uv_export pull requests like #4739 makes it all the way to the finish line.

FWIW, I note that https://github.com/tc39/proposals doesn't mention a test262 flag but it's `RegExp.escape`

Correct me if I'm wrong but isn't that because of the global proxy object? I bet that if you start iojs with `--allow_natives_syntax` and throw a `%IsJSGlobalProxy()` in there, it's...

QUIC support seems inevitable longer term but the implementation should be flexible enough to handle native support. I've been following the ongoing effort to get QUIC support into the Linux...

So, two problems with openssl are: 1. who is responsible for initializing openssl? Libuv or the program? openssl has a lot of global state. I ask because: 2. we almost...

> Ben, how would you handle this in different kernels? Also, I don't think people (specially enterprises) uses up to date kernels. The idea is that we'd use the native...