summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-07-25fix: upgrade deno_core to 0.298.0 (#24709)Bartek Iwańczuk
2024-07-25chore: use `@std` prefix for internal module specifiers (#24543)Asher Gomez
2024-07-24fix(future): Emit `deno install` warning less often, suggest `deno install` i...Nathan Whitaker
2024-07-24fix(ext/fetch): respect authority from URL (#24705)Bartek Iwańczuk
2024-07-24perf: update deno_doc (#24700)Leo Kettmeir
2024-07-24fix: update lsp error message of 'relative import path' to 'use deno add' for...HasanAlrimawi
2024-07-24fix(ext/node/net): emit `error` before `close` when connection is refused (#2...Yoshiya Hinosawa
2024-07-24fix(node): Run node compat tests listed in the `ignore` field (and fix the on...Nathan Whitaker
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-24Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)Bartek Iwańczuk
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23fix: enable the reporting of parsing related problems when running deno lint ...HasanAlrimawi
2024-07-23fix(lsp): rewrite import for 'infer return type' action (#24685)Nayeem Rahman
2024-07-23Revert "fix(cli): add NAPI support in standalone mode (#24642)" (#24682)Bartek Iwańczuk
2024-07-22fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts ...Kenta Moriuchi
2024-07-22fix(publish): warn about missing license file (#24677)David Sherret
2024-07-22fix(lsp): scope attribution for asset documents (#24663)Nayeem Rahman
2024-07-22Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)Bartek Iwańczuk
2024-07-22fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526)MujahedSafaa
2024-07-21fix(cli): add NAPI support in standalone mode (#24642)Ivancing
2024-07-21fix: CFunctionInfo and CTypeInfo leaks (#24634)Divy Srivastava
2024-07-19fix(cli): Respect implied BYONM from DENO_FUTURE in `deno task` (#24652)Nathan Whitaker
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-07-19fix(ext/node): do not expose `self` global in node (#24637)Yoshiya Hinosawa
2024-07-18fix(lsp): support npm workspaces and fix some resolution issues (#24627)David Sherret
2024-07-18chore: fix ci (#24633)David Sherret
2024-07-17fix(publish): surface syntax errors when using --no-check (#24620)David Sherret
2024-07-18chore: fix flakey lifecycle scripts test (#24629)Nathan Whitaker
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-17fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...David Sherret
2024-07-16fix(cli): Create child node_modules for conflicting dependency versions, resp...Nathan Whitaker
2024-07-16fix(ext/node): http request uploads of subarray of buffer should work (#24603)Satya Rohith
2024-07-15fix(node): Fix `--allow-scripts` with no `deno.json` (#24533)Nathan Whitaker
2024-07-15fix(workspace): do not resolve to self for npm pkg depending on matching req ...David Sherret
2024-07-15fix(std/http2): release window capacity back to remote stream (#24576)Rano | Ranadeep
2024-07-15fix(docs): fix some deno.land/manual broken urls (#24557)Igor Borisoglebski
2024-07-14fix(init): use bare specifier for `jsr:@std/assert` (#24581)David Sherret
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-12fix(publish): show dirty files on dirty check failure (#24541)David Sherret
2024-07-12fix(config): regression - should not discover npm workspace for nested deno.j...David Sherret
2024-07-12refactor: move importMap with imports/scopes diagnostic to deno_config (#24553)David Sherret
2024-07-11fix(node): Ignore broken default install scripts (#24534)Nathan Whitaker
2024-07-11chore: `@netlify/edge-bundler` workaround until Deno 2.0 (#24532)David Sherret
2024-07-11fix(workspace): allow using --import-map flag with workspace (#24527)Bartek Iwańczuk
2024-07-11fix(npm): only warn about lifecycle scripts not being run when setting up dir...David Sherret
2024-07-10chore: fix flaky publish::npm_workspace test (#24511)David Sherret
2024-07-10fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...David Sherret
2024-07-10feat(jsr): support publishing jsr packages in npm workspaces (#24507)David Sherret
2024-07-10chore: tweak warning message for un-run install scripts (#24508)Nathan Whitaker