index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test_util
/
src
Age
Commit message (
Expand
)
Author
2023-06-26
feat(lock): skip saving declaration files in the lockfile (#19447)
David Sherret
2023-06-26
chore: Ensure copyright line is the first in the file (#19608)
Matt Mastracci
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-13
fix(lsp): update import map config when deno.json changes (#19476)
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-06-09
chore(tests): add `.use_symlinked_temp_dir()` to `TestBuilder` (#19435)
David Sherret
2023-06-06
fix(node/http): use fake socket and proper url handling (#19340)
Leo Kettmeir
2023-05-31
refactor: further work on node http client (#19327)
Leo Kettmeir
2023-05-27
fix(compile): inline symlinks as files outside node_modules dir and warn for ...
David Sherret
2023-05-26
fix(compile): implicit read permission to npm vfs (#19281)
David Sherret
2023-05-26
chore(lsp/tests): diagnostic synchronization (reland) (#19270)
David Sherret
2023-05-26
Revert "chore(lsp/tests): diagnostic synchronization (#19264)" (#19268)
Bartek Iwańczuk
2023-05-26
chore(lsp/tests): diagnostic synchronization (#19264)
David Sherret
2023-05-22
feat(lsp): support lockfile and node_modules directory (#19203)
David Sherret
2023-05-23
refactor: further work on node http client (#19211)
Leo Kettmeir
2023-05-22
chore(cli): One Rust test per JS and Node unit test file (#19199)
Matt Mastracci
2023-05-21
feat(unstable): add more options to Deno.createHttpClient (#17385)
Leo Kettmeir
2023-05-19
feat(vendor): support for npm specifiers (#19186)
David Sherret
2023-05-17
fix(npm): improved optional dependency support (#19135)
David Sherret
2023-05-17
fix: support "fetch" over HTTPS for IP addresses (#18499)
Bartek Iwańczuk
2023-05-11
feat(lsp): ability to configure document pre-load limit (#19097)
David Sherret
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-04-22
refactor: rewrite tests to "fastwebsockets" crate (#18781)
Bartek Iwańczuk
2023-04-13
refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)
Yiyu Lin
2023-04-06
fix(npm): reload an npm package's dependency's information when version not f...
David Sherret
2023-04-01
fix(check): ensure diagnostics caused by changes in other files get invalidat...
David Sherret
2023-03-30
fix(lsp): include all diagnosable documents on initialize (#17979)
David Sherret
2023-03-30
fix(repl): improve package.json support (#18497)
David Sherret
2023-03-28
chore: restore pty tests and make them run on the Linux CI (#18424)
David Sherret
2023-03-27
feat(core): initialize SQLite off-main-thread (#18401)
Matt Mastracci
2023-03-22
chore(test_util): replace tempdir code w/tempdir crate (#18340)
Matt Mastracci
2023-03-17
fix(test_util): parse strace usecs/call in total line if present (#18241)
Divy Srivastava
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-03-15
chore: add test for ws ping/pong (#18204)
Divy Srivastava
2023-03-15
fix(lsp): avoid calling client while holding lock (#18197)
David Sherret
2023-03-13
fix(npm): show a progress bar when initializing the node_modules folder (#18136)
David Sherret
2023-03-09
refactor(tests/lsp): consolidate more into test LspClient and reduce verbosit...
David Sherret
2023-03-09
chore: update Rust to 1.68.0 (#18102)
Bartek Iwańczuk
2023-03-08
refactor(lsp): improve test client initialization (#18015)
David Sherret
2023-03-06
chore(tests): ability to capture stdout and stderr separately (#18035)
David Sherret
2023-03-03
fix: lazily surface errors in package.json deps parsing (#17974)
David Sherret
2023-02-28
chore(test): remove TestCommandOutput macros (#17975)
David Sherret
2023-02-27
chore: test builders for integration tests (#17965)
David Sherret
2023-02-24
fix: ensure concurrent non-statically analyzable dynamic imports do not somet...
David Sherret
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
2023-02-10
feat(install): follow redirects for urls with no path (#17449)
Kamil Ogórek
2023-02-03
refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)
Nayeem Rahman
[next]