summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2021-05-11disable test_watch integration test (#10594)Bartek Iwańczuk
2021-05-11feat(runtime/worker): Structured cloning worker message passing (#9323)Tim Ramlot
2021-05-11fix(tls): flush send buffer in the background after closing TLS stream (#10146)Bert Belder
2021-05-11feat(test): add support for type checking documentation (#10521)Casper Beyer
2021-05-10chore: upgrade crates (#10559)Bartek Iwańczuk
2021-05-10Switch grant/deny prompt to yes/no (#10547)Ryan Dahl
2021-05-10test: run deno test --watch test only on unix (#10550)Bartek Iwańczuk
2021-05-10feat: add deno test --watch (#9160)Liam Murphy
2021-05-08fix: TextEncoder#encodeInto spec compliance + perf gains (#10129)Thiago Padilha
2021-05-06refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...Aaron O'Mullan
2021-05-06chore: update wgpu and realign to spec (#9760)Luca Casonato
2021-05-05test(compile): show command output to testing log for debugging purpose (#10503)Yoshiya Hinosawa
2021-05-04fix(cli): give context when failed to load import map (#10478)Satya Rohith
2021-05-03fix(op_crates/fetch): check fetch() argument length (#10474)Anonymous
2021-05-02fix(test): change inflection depending on number of pending tests (#10466)Casper Beyer
2021-05-01fix(test): re-enable "compile_windows_ext" test (#10131)Divy Srivastava
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden
2021-04-30fix(cli/tools/test): print module tests originate from (#10428)Casper Beyer
2021-04-29fix(op_crate/fetch): infinite loop on fill headers (#10406)William Perron
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-28refactor(core): simplify module loading code (#10385)Bartek Iwańczuk
2021-04-28chore: upgrade dprint plugins (#10397)Satya Rohith
2021-04-27test(cli): run unit tests using Deno.test (#10330)Casper Beyer
2021-04-27fix(console): circular customInspect (#10338)Aaron O'Mullan
2021-04-26fix(tls): throw meaningful error when hostname is invalid (#10387)Bert Belder
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-26feat(core): enable wasm threading support (#10116)Casper Beyer
2021-04-26remove #![deny(warnings)] (#10376)Ryan Dahl
2021-04-25feat(cli): add test permissions to Deno.test (#10188)Casper Beyer
2021-04-26refactor(cli): rename Deno.emit() bundle options to "module" and "classic" (#...Nayeem Rahman
2021-04-23fix(op_crates/fetch): Prevent throwing when inspecting a request (#10335)Jesse Jackson
2021-04-23refactor(core): rename send() to opcall() (#10307)Aaron O'Mullan
2021-04-23chore: update dependencies (#10325)Luca Casonato
2021-04-23fix(runtime/js/http): cancel body on response failure (#10225)Nayeem Rahman
2021-04-21fix(#10302): flaky worker test (#10303)Ryan Dahl
2021-04-21fix(fetch): Response inspect regression (#10295)Aaron O'Mullan
2021-04-21fix: do not panic on not found cwd (#10238)Satya Rohith
2021-04-20fix(runtime): include HTTP op in WebWorker (#10207)Satya Rohith
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
2021-04-20feat(lsp): Implement textDocument/documentSymbol (#9981)Jean Pierre
2021-04-20feat(lsp): Implement textDocument/semanticTokens/full (#10233)Jean Pierre
2021-04-20revert: Conn type changes in #10012 and #10061 (#10255)Kitson Kelly
2021-04-19fix(rt/http): correct URL in Request (#10256)Luca Casonato
2021-04-19fix(runtime): handle race condition in postMessage where worker has terminate...Liam Murphy
2021-04-19feat(lsp): implement textDocument/prepareCallHierarchy (#10061)Jean Pierre
2021-04-19chore: align `Headers` to spec (#10199)Luca Casonato
2021-04-15fix(#10182): hang during http server response (#10197)Ryan Dahl
2021-04-14chore: align FormData to spec (#10169)Luca Casonato
2021-04-13feat(cli/dts): stricter typings for Listener & Conn (#10012)crowlKats