-
This is an issue to track the progress on getting the `vitest` test runner to work. I'm currently using the test suite from [urql](https://github.com/urql-graphql/urql/tree/main) to check our progress…
-
**Is your feature request related to a problem? Please describe.**
I'm looking for a good isomorphic path library in javascript that can be used in both the browser and Node. I can't move to Deno j…
-
# Chore
## Describe the chore
Thanks for your great job here. Would it be possible to update Deno to version 1.46.0 (https://github.com/denoland/deno/releases/tag/v1.46.0) as I am eagerly awaiti…
-
Is it possible to reduce memory consumption with Fresh 2.0? Currently deployed on fly.io on a 1024MB machine, while a similar application on Node.js consumes around 190-220MB of RAM. Maybe we can crea…
-
Copying the code verbatim from the docker example does not work.
Can be reproduced by:
1. Copy the code from https://github.com/denoland/deno_docker/tree/main/example
2. Run `docker build -t app …
-
Possibly related: https://github.com/denoland/deno/issues/24945
Implementation and example usage of the `.hash()` method from `node:crypto` [is a documented part of Deno's Node-compatible API](http…
-
### Provide a general summary of the issue here
There are many `typeof window == 'undefined'` checks in this codebase.
In Deno 1.x, `window` is defined, so these are incorrect. In Deno 2, it won't…
-
[clippy::mut_from_ref](https://rust-lang.github.io/rust-clippy/master/#mut_from_ref)
https://github.com/denoland/deno/blob/4e92f38d2ced6cbc2c7ed13d79d739dd4ddadb4c/core/ops_metrics.rs#L56-L62
It…
-
![image](https://github.com/user-attachments/assets/2690952f-976b-473d-8198-8d74b3af9c16)
echo -e "foo()\nlet x" > test.js
deno lint test.js
Deno lint finds the unused "x" but it doesn't warn m…
-
Very often when writing integration tests I need to wait for a condition to be true to continue (for example the database record is there, or an SMS message has arrived). I use the function below repe…