summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2023-10-05feat(jupyter): support Deno.test() (#20778)Nayeem Rahman
2023-10-05fix(ext/node): implement uv.errname (#20785)Divy Srivastava
2023-10-05fix(ext/formdata): support multiple headers in FormData (#20801)Marcos Casagrande
2023-10-05refactor: rewrite several extension ops to op2 (#20457)Bartek Iwańczuk
2023-10-05fix(lsp): show diagnostics for type imports from untyped deps (#20780)Nayeem Rahman
2023-10-04fix(jupyter): keep `this` around (#20789)Kyle Kelley
2023-10-04feat(jupyter): send binary data with `Deno.jupyter.broadcast` (#20755)Trevor Manz
2023-10-04feat(unstable): add unix domain socket support to Deno.serve (#20759)Yoshiya Hinosawa
2023-10-03fix(npm): upgrade to deno_npm 0.15.2 (#20772)David Sherret
2023-10-02fix(ext/node): don't call undefined nextTick fn (#20724)Luca Casonato
2023-09-30feat(node/os): Add `availableParallelism` (#20745)Rui He
2023-09-30test(node_compat): add `test-http-url.parse*` (#20458)Hirotaka Tagawa / wafuwafu13
2023-09-29feat(lsp): jupyter notebook analysis (#20719)Nayeem Rahman
2023-09-29fix(ext/kv): send queue wake messages accross different kv instances (#20465)Igor Zinkovsky
2023-09-28refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)David Sherret
2023-09-28fix(jupyter): more robust Deno.jupyter namespace (#20710)Bartek Iwańczuk
2023-09-26fix(kv_queues): graceful shutdown (#20627)Igor Zinkovsky
2023-09-27fix(lsp): allow query strings for "deno:/status.md" (#20697)Nayeem Rahman
2023-09-27feat(unstable): add `Deno.jupyter.broadcast` API (#20656)Bartek Iwańczuk
2023-09-26chore(lsp): bump tower-lsp to 0.20.0 (#20693)Nayeem Rahman
2023-09-26fix(cli/test): clear connection pool after tests (#20680)Luca Casonato
2023-09-26test: unflake serve_test/httpServerTcpCancellation (#20672)Luca Casonato
2023-09-25fix(ext/http): ensure that resources are closed when request is cancelled (#2...Matt Mastracci
2023-09-24feat(lsp): cache all dependencies quick fix (#20665)Nayeem Rahman
2023-09-24fix(lsp): resolve remote import maps (#20651)Nayeem Rahman
2023-09-24refactor(lsp): implement "deno.cacheOnSave" server-side (#20632)Nayeem Rahman
2023-09-24fix(lsp): show related information for tsc diagnostics (#20654)Nayeem Rahman
2023-09-23fix(kv): unflake kv unit tests (#20640)Igor Zinkovsky
2023-09-23feat(ext/web): use readableStreamDefaultReaderRead in resourceForReadableStre...Matt Mastracci
2023-09-23fix(node): supported arguments to `randomFillSync` (#20637)Divy Srivastava
2023-09-22feat(kv_queues): increase max queue delay to 30 days (#20626)Igor Zinkovsky
2023-09-21refactor(lsp): store language sections in WorkspaceSettings (#20593)Nayeem Rahman
2023-09-19fix(cli): ensure that an exception in getOwnPropertyDescriptor('constructor')...Matt Mastracci
2023-09-19fix(lsp): force correct media type detection from tsc (#20562)Nayeem Rahman
2023-09-18fix(cli): Enhanced errors for Jupyter (#20530)Kyle Kelley
2023-09-18fix(cli): for main-module that exists in package.json, use the version define...await-ovo
2023-09-18fix(lsp): pass quote preference to tsc (#20547)Nayeem Rahman
2023-09-18fix(lsp): prefer local auto-import specifiers (#20539)Nayeem Rahman
2023-09-18fix: `Deno.Command` - improve error message when `cwd` is not a directory (#2...Shreyas
2023-09-18fix(lsp): restore tsc's quick fix ordering (#20545)Nayeem Rahman
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-09-17fix(lsp): sort quickfix actions (#17221)Bartek Iwańczuk
2023-09-16feat(lsp): include source in auto import completion label (#20523)Nayeem Rahman
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato
2023-09-16feat: Add "deno jupyter" subcommand (#20337)Bartek Iwańczuk
2023-09-15feat(ext/node): http2.connect() API (#19671)Bartek Iwańczuk
2023-09-15fix(test): share fail fast tracker between threads (#20515)Nayeem Rahman
2023-09-15chore(ext/http): fix a rejection test (#20514)Matt Mastracci
2023-09-15fix(ext/http): ensure aborted bodies throw (#20503)Matt Mastracci
2023-09-14refactor: rewrite more ops to op2 macro (#20478)Bartek Iwańczuk