reejs
reejs copied to clipboard
Make reejs work on edge runtimes, Deno & Bun for real.
Although reejs markets as fully compatible with edge runtimes, deno & bun, it actually fails to deliver so.
I want to see both reejs cli & code/apps generated from packit completely run on those runtimes.
It's working tho? Or is this not what you're thinking of?
Bun has the least worries since it can continue with the nodejs polyfills. However I want packit to generate code that uses Bun specific API instead of node:fs , node:path and others if possible. And now considering how Bun has native transpilation, I want to see it being included by default in src/imports/specialFileImport.js
. Code generation happens in src/cli/utils/Packit.js
fyi.
Deno still doesnt work properly with reejs, I want to see it working too, and the edge runtimes such as cloudflare workers, netlify, vercel, fly.io, deno deploy & others, I want to see them succeed too!