-
I'm seeing this:
```
[dnt] Type checking ESM...
src/_dnt.test_polyfills.ts:1:9 - error TS2669: Augmentations for the global scope can only be directly nested in external modules or ambient module…
-
Deno 2 appears to work with the lockfile disabled.
With the lockfile enabled, I get this error:
```
Error: Unsupported lockfile version '4'. Try upgrading Deno or recreating the lockfile.
Erro…
-
https://github.com/denoland/dnt/issues/98#issuecomment-1159184592
-
In other words, how to transpile and bundle code for the browser. This should:
1. Be in the [README.md](https://github.com/denoland/deno_std/blob/main/README.md).
2. Include appropriate snippets usi…
-
### Clear and concise description of the problem
I use Deno (sometimes) and I also use Vitest (sometimes). As of very recently, I can use them both. However, the vscode extension still uses Node.js…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
## Context
Let's assume we have configured a Deno project and enabled LSP
## Reproduction
If …
-
Storybook - [Website](https://storybook.js.org/) - [GitHub](https://github.com/storybookjs/storybook)
Open issues with Deno 2:
- https://github.com/denoland/deno/issues/26404
- https://github.c…
-
We want to experiment with having a "BYO test coverage explorer" by serving `deno coverage --html` output instead of using Codecov. To start the experiment, we need to create a Deno Deploy project. In…
-
I checked the fix with Deno v2.0.1, but it seems that a different error has occurred.
[Closed] Support Wrangler, the CLI for Cloudflare Workers
https://github.com/denoland/deno/issues/25899
[Me…
-
Version: Deno 2.1.1
It's not possible to query `--allow-imports` descriptor currently
```ts
console.log(await Deno.permissions.query({name:"imports"}))
```
```
Uncaught TypeError: The provid…