loynoir

Results 97 comments of loynoir

@LinusU Jest > Note that due to its experimental nature there are **many** bugs and missing features in Jest's implementation, both **known and unknown**. You should check out the tracking...

@jimmywarting > this are being discussed here I know. But here is a specific **real-world** scenario, just jest, not some abstraction. @LinusU > I'm not sure about that, Jest is...

> Yes, but I don't think that vm-modules isn't often used that much at all? Here is the problem. Please check jest source code. All jest running under vm.

- `Just use all the experimental features if you want node-fetch@3` - `If you don't, just don't update, and stay on node-fetch@2` > Why does this seem frustrating? Because there...

@heath-freenome Not false alarm. I saw and tested it! 😄 @Thomasan1999 Awesome! As long as `node-fetch` not using hard core ESM, like top level await, now I can get rid...

Since @Thomasan1999 got a solution without any experimental features! I currently have no real-world problem with node-fetch. 😄 FYI @jimmywarting @LinusU, not hard core ESM yet, like top-level await will...

@heath-freenome The core tech here is using `transformer`, exclude all esm-only package from transformIgnorePatterns, which means - let transformer convert **ALL** **ESM-only** package to **CJS** on-the-fly of jest Maybe you...

Recently I found `https://github.com/nodejs/undici` - whatwg readablestream - have `getReader` - but need node16 to have `stream/web`, `AbortController`, ...

Hi, @gfx Are there any plans to support more types out of box in the future? Are there any plans to transplant 24 types supported by `msgpack-lite`, which haven't updated...

Got esm release without rollup plugin. 😀