summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-05-09refactor(lsp): Have JS drive TSC event loop in LSP (#23565)Nathan Whitaker
2024-05-09fix(lsp): completions for using decl identifiers (#23748)David Sherret
2024-05-09refactor(ext/tls): Implement required functionality for later SNI support (#2...Matt Mastracci
2024-05-09fix(lsp): move sloppy import resolution from loader to resolver (#23751)Nathan Whitaker
2024-05-09fix(task): regression where `npx <command>` sometimes couldn't find command (...David Sherret
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-08fix(runtime): allow nul device on windows (#23741)Matt Mastracci
2024-05-08chore: cleanup some coverage tests (#23738)David Sherret
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-05-08fix: upgrade TypeScript from 5.4.3 to 5.4.5 (#23740)David Sherret
2024-05-07fix(jsr): panic when importing jsr package with deps via https (#23728)David Sherret
2024-05-07fix: DOMException doesn't throw on __callSitesEvals (#23729)Bartek Iwańczuk
2024-05-07chore: fix flaky net_listen_allow_localhost_4555 (#23726)David Sherret
2024-05-07fix(runtime): allow r/w access to /etc without --allow-all (#23718)Luca Casonato
2024-05-07fix(ext/web): properly handle `Blob` case for `createImageBitmap` (#23518)Hajime-san
2024-05-07chore(test): move npm registries to separate servers and to the `tests/regist...David Sherret
2024-05-06fix(lsp): Pass diagnostic codes to TSC as numbers (#23720)Nathan Whitaker
2024-05-06chore: (Hopefully) make `jupyter_execute_request` test less flaky (#23689)Nathan Whitaker
2024-05-06fix(compile): relative permissions should be retained as relative (#23719)David Sherret
2024-05-06fix(ext/node): napi_get_element and napi_set_element work with objects (#23713)Bartek Iwańczuk
2024-05-06fix(ext/webgpu): correctly validate GPUExtent3D, GPUOrigin3D, GPUOrigin2D & G...Hajime-san
2024-05-05docs: update categories to match new planned sitemap (#23677)Jo Franchetti
2024-05-05chore: maybe make fmt_check_all_files_on_each_change_test less flaky (#23704)David Sherret
2024-05-05chore: update wgpu (#23684)Leo Kettmeir
2024-05-03chore: maybe make watcher tests less flaky (#23683)David Sherret
2024-05-03fix(lsp): always cache all npm packages (#23679)David Sherret
2024-05-03refactor(lsp): cleanup cache and module registry update (#23620)Nayeem Rahman
2024-05-03refactor(tests): move worker_threads itests to spec tests (#23648)Satya Rohith
2024-05-03chore(tests/specs): ability to have sub tests in file (#23667)David Sherret
2024-05-03chore: move cert itests to spec tests (#23607)David Sherret
2024-05-03test: npm registry handles two test scopes (#23663)Bartek Iwańczuk
2024-05-02fix(test): proper type checking for files with doc tests (#23654)Leo Kettmeir
2024-05-02fix(ext/node): support delete process.env.var (#23647)Satya Rohith
2024-05-01chore(cli): add permission test (#23633)Matt Mastracci
2024-05-01chore: make a couple repl tests less flaky (#23636)David Sherret
2024-04-30fix(node): require.resolve - fallback to global cache when bare specifier fro...David Sherret
2024-05-01chore: fix flaky module graph cache tests (#23623)David Sherret
2024-05-01chore(lsp): revert import map pre-resolution for jsxImportSource (#23619)Nayeem Rahman
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-30fix(ext/node): support multiple message listeners on MessagePort (#23600)Satya Rohith
2024-04-29FUTURE: remove import assertions support for JavaScript (#23541)Kenta Moriuchi
2024-04-29fix: handle specifying an import map in an ancestor dir of deno.json (#23602)David Sherret
2024-04-29chore: add tests for moduleGraph2 (#23603)David Sherret
2024-04-29fix(ext/http): ensure signal is created iff requested (#23601)Matt Mastracci
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-04-29fix(ext/node): exporting rsa public keys (#23596)Divy Srivastava
2024-04-29fix(ext/node): support NODE_DEBUG env (#23583)Satya Rohith
2024-04-29fix(ext/node): add support for MessagePort.removeListener/off (#23598)Satya Rohith
2024-04-27fix(compile): certain jsr specifiers sometimes can't load (#23567)David Sherret
2024-04-27fix(ext/node): support process.stdin.unref() (#22865)Yoshiya Hinosawa