sejori / peko

Featherweight apps on the edge 🐣⚡ Node, Deno, Bun & Cloudflare Workers.

Home Page:https://peko.deno.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace imports from `deno/std` with engine agnostic `node:[library]` imports or custom helper utils

sejori opened this issue · comments

This may not be needed as some of the deno/std library may work in other JS/TS engines such as bun. Some testing needs to be done by first trying to run Peko in bun after #177 is completed.

Actually, if a Deno/std module is browser-compatible then does it need to be removed? Probably not!