-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove node:path and process.nextTick dependency #117
Comments
Do you still have that diff somewhere? |
Second this! Currently cloudflare throws |
@samuba Up for a PR? Should be relatively easy. |
@brillout I would be up for it. Would use the path drop in replacement https://github.com/unjs/pathe though, as I see there is more then just path joining involved. |
How about we start with the |
PR: #126 |
Remove
node:path
andprocess.nextTick
dependency to support edge runtimes.Here is a working example running on vercel edge:
https://hono-react-nitedani-nitedanis-projects.vercel.app/dynamic?_vercel_share=iFkEgX1gF9U1hM806vEBdiywntbfo7CA
All I had to do:
path.join(a,b)
witha + "/" + b
- of course this is just for showcasepath
process.nextTick
withsetTimeout
The text was updated successfully, but these errors were encountered: