summaryrefslogtreecommitdiff
path: root/test_util/src/lib.rs
AgeCommit message (Expand)Author
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)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-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-17fix: support "fetch" over HTTPS for IP addresses (#18499)Bartek Iwańczuk
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-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-17fix(test_util): parse strace usecs/call in total line if present (#18241)Divy Srivastava
2023-03-17BREAKING(unstable): remove WebGPU (#18094)Leo Kettmeir
2023-03-15chore: add test for ws ping/pong (#18204)Divy Srivastava
2023-03-09chore: update Rust to 1.68.0 (#18102)Bartek Iwańczuk
2023-02-27chore: test builders for integration tests (#17965)David Sherret
2023-02-24fix: ensure concurrent non-statically analyzable dynamic imports do not somet...David Sherret
2023-02-22feat(task): support scripts in package.json (#17887)David Sherret
2023-02-22fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...David Sherret
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
2023-02-15feat: wire up ext/node to the Node compatibility layer (#17785)Bartek Iwańczuk
2023-02-10feat(install): follow redirects for urls with no path (#17449)Kamil Ogórek
2023-02-03refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)Nayeem Rahman
2023-01-30Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-10fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)Nayeem Rahman
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19chore(test): report correct cwd when running tests via itest macro (#17132)Kamil Ogórek
2022-12-07feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980)David Sherret
2022-11-28fix(npm): allow to inspect npm modules with --inspect-brk (#16841)Bartek Iwańczuk
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-16fix(cli/bench): skip strace table border (#16310)Marcos Casagrande
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-08-26chore(npm): add test for esm npm binary package (#15609)David Sherret
2022-08-25fix: avoid global declaration collisions in cjs (#15608)David Sherret
2022-08-23feat: binary npm commands (#15542)David Sherret
2022-08-23fix(cache): do not attempt to emit non-emitable files (#15562)David Sherret
2022-08-21chore: use Rust 1.63.0 (#15464)Mathias Lafeldt
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-06-29chore(cli/bench): Add bun HTTP server (#15004)Divy Srivastava
2022-06-21chore(test_util): add new string assertion macros (#14928)David Sherret
2022-05-23fix: deno task should actually use current exe for `deno` command (#14705)David Sherret