Jan van Hellemond

Results 4 comments of Jan van Hellemond

FWIW: I'm going to try the same (using `setRenderer()` and `render()`) to be able to "support" `Infinity` and `-Infinity` in JSON.

Yes, but that results in errors like `Dynamic require of "node:fs" is not supported`. Cloudflare Workers is a bit like node, but not enough :|

Yup, the dependency is `@deno/shim-deno`. The Cloudflare worker environment has no access to the filesystem, so `node:fs` is not available.

Creating a Cloudflare workerd loader is the way to do this, so closing this issue ✌️