summaryrefslogtreecommitdiff
path: root/test_util/src
AgeCommit message (Expand)Author
2023-09-02fix(lsp): properly handle disabled configuration requests (#20358)Nayeem Rahman
2023-08-29chore(cli): use NPM_CONFIG_REGISTRY for all tests (#20320)Matt Mastracci
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-17fix(unstable): disable importing from the vendor directory (#20067)David Sherret
2023-08-10chore: upgrade fastwebsockets to 0.4.4 (#19089)Divy Srivastava
2023-08-09chore(test_util): Increate pty timeout to 15s to avoid flakes (#20109)Matt Mastracci
2023-08-03chore: fix pty support on Macs (#20037)Matt Mastracci
2023-08-02feat(unstable/lsp): support navigating to deno_modules folder (#20030)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-08-01fix: retry module download once if server errored (#17252)Bartek Iwańczuk
2023-07-28feat: Deno.createHttpClient allowHost (#19689)Leo Kettmeir
2023-07-26chore: fix benchmarks (#19958)David Sherret
2023-07-26fix(lsp): handle import mapped `node:` specifier (#19956)David Sherret
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
2023-07-21fix(lsp): handle watched files events from symlinked config files (#19898)David Sherret
2023-07-20fix(lsp): auto-discover deno.json in more cases (#19894)David Sherret
2023-06-26feat(lock): skip saving declaration files in the lockfile (#19447)David Sherret
2023-06-26chore: Ensure copyright line is the first in the file (#19608)Matt Mastracci
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-13fix(lsp): update import map config when deno.json changes (#19476)David Sherret
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-09chore(tests): add `.use_symlinked_temp_dir()` to `TestBuilder` (#19435)David Sherret
2023-06-06fix(node/http): use fake socket and proper url handling (#19340)Leo Kettmeir
2023-05-31refactor: further work on node http client (#19327)Leo Kettmeir
2023-05-27fix(compile): inline symlinks as files outside node_modules dir and warn for ...David Sherret
2023-05-26fix(compile): implicit read permission to npm vfs (#19281)David Sherret
2023-05-26chore(lsp/tests): diagnostic synchronization (reland) (#19270)David Sherret
2023-05-26Revert "chore(lsp/tests): diagnostic synchronization (#19264)" (#19268)Bartek Iwańczuk
2023-05-26chore(lsp/tests): diagnostic synchronization (#19264)David Sherret
2023-05-22feat(lsp): support lockfile and node_modules directory (#19203)David Sherret
2023-05-23refactor: further work on node http client (#19211)Leo Kettmeir
2023-05-22chore(cli): One Rust test per JS and Node unit test file (#19199)Matt Mastracci
2023-05-21feat(unstable): add more options to Deno.createHttpClient (#17385)Leo Kettmeir
2023-05-19feat(vendor): support for npm specifiers (#19186)David Sherret
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-17fix: support "fetch" over HTTPS for IP addresses (#18499)Bartek Iwańczuk
2023-05-11feat(lsp): ability to configure document pre-load limit (#19097)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-04-22refactor: rewrite tests to "fastwebsockets" crate (#18781)Bartek Iwańczuk
2023-04-13refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)Yiyu Lin
2023-04-06fix(npm): reload an npm package's dependency's information when version not f...David Sherret
2023-04-01fix(check): ensure diagnostics caused by changes in other files get invalidat...David Sherret
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)David Sherret
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
2023-03-28chore: restore pty tests and make them run on the Linux CI (#18424)David Sherret
2023-03-27feat(core): initialize SQLite off-main-thread (#18401)Matt Mastracci
2023-03-22chore(test_util): replace tempdir code w/tempdir crate (#18340)Matt Mastracci
2023-03-17fix(test_util): parse strace usecs/call in total line if present (#18241)Divy Srivastava
2023-03-17BREAKING(unstable): remove WebGPU (#18094)Leo Kettmeir