-
https://docs.deno.com/api/deno/subprocess
![image](https://github.com/user-attachments/assets/bd22ba1c-ab52-4cf3-80a3-16f54f6b7fc0)
It seems the positions where spaces were missing are all newline…
-
The documentation at
https://github.com/denoland/docs/blob/main/runtime/reference/ts_config_migration.md#targeting-deno-and-the-browser
says
```
{
"compilerOptions": {
"target": "esnex…
-
## 🐛 Bug Report
Deno 2.0 cannot import i18next_fs_backend.
```
error: Expected a JavaScript or TypeScript module, but identified a Cjs module. Importing these types of modules is currently no…
-
**Describe the bug**
According to the [snapshot testing](https://jsr.io/@std/testing/doc/snapshot) doc, the `.snap` file should generate automatically, if the test case is created at the first time…
-
- [ ] [Deno: the easiest, most secure JavaScript runtime | Deno Docs](https://docs.deno.com/)
# Deno: the easiest, most secure JavaScript runtime | Deno Docs
## Snippet
Deno, the open-source runtim…
-
Using Deno 2, where `Deno.run()` per the [docs](https://docs.deno.com/api/deno/~/Deno.Command) is replaced with `Deno.Command()`. It seems the shim is not updated to match this change yet, since when …
-
1. Checkout the repo: https://github.com/mcandeia/hono-vite-dev-server-deno-repro-issue.git (started from https://remix.run/docs/en/main/guides/vite#getting-started)
2. run `deno install`
3. run `…
-
The [Deno guide](https://docs.deno.com/runtime/getting_started/setup_your_environment/#ale) says **_ALE supports Deno via the Deno language server out of the box and in many uses cases doesn't require…
-
When trying to run the example from docs:
```typescript
import { bundle } from "jsr:@deno/emit";
const result = await bundle(
new URL("https://deno.land/std@0.140.0/examples/chat/server.ts"),
…
-
Currently seems like shebang in example testing are not supported (cause a parsing error).
Also it'd be nice if it could also parse the permissions flags and forwards them to `Deno.test({ permissio…