deno icon indicating copy to clipboard operation
deno copied to clipboard

A modern runtime for JavaScript and TypeScript.

Results 1034 deno issues
Sort by recently updated
recently updated
newest added

Both ports for the BSDs include patches to the same effect.

Fixes https://github.com/denoland/deno/issues/22692

Version: Deno 1.14.3 Hello, I have a VS code issue where import-map configured NPM packages are showing as errors. I saw a few threads like this but none of the...

Version: Deno 1.43.3 ## reproduce To type `add` on any other `add.ts` typescript files. - add.ts ```ts /** * * @example * ```ts * const result = add(1, 2); *...

bug
lsp

```sh Deno 1.42.4 exit using ctrl+d, ctrl+c, or close() > delete globalThis.closed ============================================================ Deno has panicked. This is a bug in Deno. Please report this at https://github.com/denoland/deno/issues/new. If you can...

bug
repl

partially fixing https://github.com/denoland/deno/issues/23820 https://github.com/denoland/deno/assets/41257923/0adb5d4e-cfd5-4195-9045-19d1c0a07a43 BTW, it is out of scope on this PR that to process type of `@param` to be an code block due to it's a bit complicated.

Version: Deno 1.43.3 OS: Mac OS ### Reproduce a.js ```js export * from "./b.js"; export const deps = 4; ``` b.js ```js import { deps } from ".//a.js"; console.log(deps); ```...

``` Node.js compatibility ... Node.js compatibility "internet/test-dns-any.js" ... ------- output ------- "internet/test-dns-any.js" failed: error: Uncaught (in promise) AssertionError: Missing record type, found TXT,SOA,A,NAPTR at new AssertionError (ext:deno_node/assertion_error.ts:536:11) at toNode (node:assert:71:15)...

flaky

``` failures: ---- integration::run::worker_close_nested stdout ---- deno_exe path /Users/runner/work/deno/deno/target/debug/deno command /Users/runner/work/deno/deno/target/debug/deno run --quiet --reload --allow-read run/worker_close_nested.js command cwd "/Users/runner/work/deno/deno/cli/tests/testdata" output path /Users/runner/work/deno/deno/cli/tests/testdata/run/worker_close_nested.js.out thread 'integration::run::worker_close_nested' panicked at 'assertion failed: `(left ==...

flaky