summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2023-05-11feat(node): add `Module.runMain()` (#19080)Marvin Hagemeister
2023-05-10fix(node): conditional exports edge case (#19082)Bartek Iwańczuk
2023-05-10feat(ext/http): Automatic compression for Deno.serve (#19031)Matt Mastracci
2023-05-08fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)Matt Mastracci
2023-05-04fix(core): allow esm extensions not included in snapshot (#18980)Nayeem Rahman
2023-05-03fix(test): disable preventDefault() for beforeunload event (#18911)Nayeem Rahman
2023-05-03fix(ext/kv): throw on the Kv constructor (#18978)Luca Casonato
2023-05-03fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656)Luca Casonato
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-05-01perf(ext/web): fast path for ws events (#18905)Divy Srivastava
2023-04-30fix(ext/url): throw `TypeError` for empty argument (#18896)Kenta Moriuchi
2023-04-30perf(core): async op pseudo-codegen and performance work (#18887)Matt Mastracci
2023-04-30refactor: merge Deno & Node inspectors (#18691)Leo Kettmeir
2023-04-29fix(ext/kv): stricter structured clone serializer (#18914)Luca Casonato
2023-04-28fix(ext/websocket): restore op_ws_send_ping (#18891)Bartek Iwańczuk
2023-04-28fix(repl): don't panic on undefined exception (#18888)Nayeem Rahman
2023-04-28fix(ext/fetch): subview Uint8Array in Req/Resp (#18890)Luca Casonato
2023-04-28Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)Bartek Iwańczuk
2023-04-27fix(repl): print unhandled rejections and event errors (#18878)Nayeem Rahman
2023-04-27chore: upgrade rusty_v8 to 0.71.0 (#18868)Bartek Iwańczuk
2023-04-27feat(kv): return ok bool from atomic commit (#18873)Luca Casonato
2023-04-27fix(ext/node): prime generation (#18861)Divy Srivastava
2023-04-27fix(test): handle dispatched exceptions from test functions (#18853)Nayeem Rahman
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-04-27feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)Bartek Iwańczuk
2023-04-26fix(dts): `URLPatternComponentResult` groups should have possibly undefined k...David Sherret
2023-04-27fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)Matt Mastracci
2023-04-26feat(cli): don't check permissions for statically analyzable dynamic imports ...Nayeem Rahman
2023-04-26refactor: don't expose Deno[Deno.internal].core namespace (#18816)Bartek Iwańczuk
2023-04-26feat(ext/kv): add more atomic operation helpers (#18854)Ryan Dahl
2023-04-26perf(ext/http): optimize for zero or one-packet response streams (#18834)Matt Mastracci
2023-04-26BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759)Bartek Iwańczuk
2023-04-26chore: upgrade rusty_v8 to 0.70.0 (#18844)Bartek Iwańczuk
2023-04-26fix(core): Wrap safe collections' argument of primordials (#18750)Kenta Moriuchi
2023-04-25fix(ext/node): fix hash.flush (#18818)Yoshiya Hinosawa
2023-04-24feat(ext/http): h2c for http/2 (#18817)Matt Mastracci
2023-04-24test: disable flaky Node test (#18821)Bartek Iwańczuk
2023-04-23test: deflake worker tests (#18813)Bartek Iwańczuk
2023-04-23refactor: rewrite client side tests to 'fastwebsockets' crate (#18800)Bartek Iwańczuk
2023-04-23fix(ext/http): ensure that multiple upgrades and multiple simultaneous reques...Matt Mastracci
2023-04-22feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)Matt Mastracci
2023-04-22feat(node/http): implement ClientRequest.setTimeout() (#18783)Levente Kurusa
2023-04-22refactor: rewrite tests to "fastwebsockets" crate (#18781)Bartek Iwańczuk
2023-04-21feat: upgrade deno_ast to 0.26 (#18795)David Sherret
2023-04-21fix(test): allow explicit undefined for boolean test options (#18786)Nayeem Rahman
2023-04-21fix(ext/websocket): upgrade fastwebsockets to 0.2.4 (#18791)Divy Srivastava
2023-04-19fix(compile): write bytes directly to output file (#18777)David Sherret
2023-04-19fix(test/coverage): exclude test files (#18748)Levente Kurusa
2023-04-19fix(ext/node): implement asymmetric keygen (#18651)Divy Srivastava