summaryrefslogtreecommitdiff
path: root/test_util/src
AgeCommit message (Expand)Author
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...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-07-15chore: fix Windows specific clippy errors (#15212)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-06-14feat(vendor): support using an existing import map (#14836)David Sherret
2022-05-23fix: deno task should actually use current exe for `deno` command (#14705)David Sherret
2022-05-10chore: fix flaky steps_output_within - part 2 (#14562)David Sherret
2022-05-02fix(test/bench): accept file protocol module specifier CLI args (#14429)Adilson Schmitt Junior
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-30chore(tests): add more lsp tests for formatting (#14155)David Sherret
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
2022-03-29chore: upgrade dprint-core to 0.54.1 (#14146)David Sherret
2022-03-15chore(test_util): use pretty_assertions::assert_eq when not pattern matching ...David Sherret
2022-03-10feat: "deno task" subcommand (#13725)Bartek Iwańczuk
2022-02-07refactor: factor out CDP message types (#13551)Leo Kettmeir
2022-02-02refactor(lsp): remove circular dependency between `LanguageServer` and `Diagn...David Sherret
2022-02-02fix(lsp): properly display x-deno-warning with redirects (#13554)Kitson Kelly
2022-01-31fix(cli): handle extensionless imports better (#13548)Kitson Kelly
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-21test(test_util/lsp): add tests for invalid content-length (#12971)Hirotaka Tagawa / wafuwafu13
2021-12-21feat(lsp): supply accept header when fetching registry config (#13159)Kitson Kelly
2021-12-09feat(lsp): registry suggestion cache respects cache headers (#13010)Kitson Kelly
2021-12-07chore: upgrade to rustls 0.20 (#12488)Ryan Dahl
2021-11-24chore: speed up compat tests (#12884)Bartek Iwańczuk
2021-11-14chore(tests): fix typo in pty.rs (#12757)Ikko Ashimine
2021-11-09fix(fetch): set content-length for empty POST/PUT (#12703)Luca Casonato
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-10-25fix(tls): Make TLS clients support HTTP/2 (#12530)Andreu Botella
2021-09-30feat(tls): custom in memory CA certificates (#12219)Luca Casonato
2021-09-20chore(tests): windows pty tests (#12091)David Sherret
2021-09-09fix: permission prompt stuffing (#11931)Ryan Dahl
2021-09-08feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910)BasiqueEvangelist
2021-08-25feat(fetch): mTLS client certificates for fetch() (#11721)Sean Michael Wykes
2021-08-17chore(tests): delete the temporary deno dir when dropping the test lsp client...David Sherret
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-09feat: support client certificates for connectTls (#11598)Ryan Dahl
2021-08-06feat(repl): add --eval flag for evaluating code when the repl starts (#11590)David Sherret
2021-07-03feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...Andreu Botella
2021-06-17chore: upgrade Rust to 1.53.0 (#11021)Yusuke Tanaka
2021-06-10chore: Fix broken test on Windows (#10900)David Sherret
2021-06-08chore(tests): Friendlier message when running the tests and forgetting to run...David Sherret
2021-05-21chore(lsp): provide test for lsp deadlock issue (#10679)Kitson Kelly
2021-05-18refactor: share test harness for lsp between bench and integration (#10659)Kitson Kelly
2021-05-13fix(cli): ignore x-typescript-types header when media type is not js/jsx (#10...Yoshiya Hinosawa
2021-05-09chore(test): remove unused function (#10537)Ben Noordhuis
2021-04-26Remove denort optimization (#10350)Ryan Dahl