-
Version: deno 2.0.0-rc.6
The linked project
https://github.com/dezmou/SHA256-WebGPU
works in browser (latest Chrome stable on Windows), but doesn't work in Deno.
Deno fails in multiple ways:
…
-
> 但除此之外 Deno 实在是缺少一个 killer featue
@leeyeh:「featue 拼写错误」
-
Other popular linters like ESLint allow to customize the severity of diagnostics - either "warning" or "error". Currently `deno_lint` treats all diagnostics all "error".
To allow for severity custo…
-
**Describe the bug**
Attempting to query an interface with many implementations results in an error.
**To Reproduce**
We have an interface (`FactoryUnit`) with more than 70 implementations. I…
-
https://docs.deno.com/runtime/manual/node/private_registries/
update to mention deno install
-
**Description**
Currently, the Deno Fresh documentation lacks an example of how to integrate and use a custom-created component that is not built into the Deno stack. This can be challenging for deve…
-
Can it be considered to test this template against Deno to assure it is 100% compatible ?
https://deno.com/
Deno is the open-source JavaScript runtime for the modern web. Built on web standards …
-
Would be nice if `deno fmt` and `deno lint` were aware of `.gitignore` and would ignore files/paths listed in there. Currently, we have to duplicate those paths in the exclude rules for `deno fmt` and…
-
A major limitations ghjk is facing right now is that hashfiles don't keep track of imports in `ghjk.ts` files. This means we can't invalidate the serialization cache when imported items change. This m…
-
Trying to run a task with `{` or `}` fails:
```jsonc
// deno.json
{
"tasks": {
"slash": "echo {}",
}
}
```
```
$ deno task slash
Task slash echo {}
error: Error parsing script …