-
Notifications
You must be signed in to change notification settings - Fork 67
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
[Enhancement] add Deno runtime in benchmark #1267
Comments
Now Bun runtime added so Deno will be accepted i guess Not fan of Deno but for better runtimes comparison it would be useful! |
could you elaborate? |
I have started to work on deno support here DarkGL#4 Never worked with deno, so I have some problems to get it working, do you want to progress with it, or you can help me integrating it ? |
@DarkGL tinkering with it right now. you can see it in https://github.com/scarf005/typescript-runtime-type-benchmarks (it's a mess)
|
I had a problem running |
I'll try to work on it tomorrow, planning to generate package.json to esm.sh mapping so imports are properly resolved to ESM. |
Deno moment |
Btw. I think CJS was used because packages lacked support for ESM, would be nice to know which one needs CJS currently and check if they shipped new version with ESM support |
more of Node still not following browser standard moment :) |
nobody is interested in a Deno that will slowly die also, with the 2.0 version, they will deceive many of their fans (they will remove the features of Deno) Bun is more fine to me It solve many problems and more faster than Deno after many years in Deno, undici does not work on Windows... I like that Bun is committed to drop-in replacement It will be seen now) that a lot of changes will need to be made to support Deno |
This shouldn't be a thread where we talk about deno vs bun or deno vs node. Let's focus on integrating it. |
@scarf005 with upcoming version 2 of deno do you think it will be easier to integrate? |
It should be much easier because Deno abandoned his ideas |
@scarf005 @kravetsone would you be willing to work on this together (with me)? I want to progress with it, so we have node + bun + deno |
adding Deno runtime to benchmark would be useful, especially since Deno runs typescript as first class citizen.
i'm interested in opening a PR if it's acceptable. (I'd be grateful for pointers on where to work)
The text was updated successfully, but these errors were encountered: