-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat: deno support #1613
base: master
Are you sure you want to change the base?
feat: deno support #1613
Conversation
First of all great work! I will try to review it over the weekend :) |
Some linting error could you check it? |
I will not have time to review it thoroughly, but it looks good on the surface. I'll trust @DarkGL to make the call. |
skip when deno has compatibility issues with packages: denoland/deno#27894
483eec9
to
da19beb
Compare
there were some comparability issues with deno's npm install equivalent ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great so far to me. Thanks for your contribution.
I'll test it later locally to check that that all numbers shown are correct and to get a little feel for deno too. But first I need to update arch and install deno.
Description
Testing
should run the same tests as node and bun.
run
./start.sh DENO
to collect deno benchmark.Checklist