summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2024-01-06fix(compile): preserve granular unstable features (#21827)Bartek Iwańczuk
2024-01-06feat(ext/crypto): initial support for p521 in `generateKey` and `importKey` (...Divy Srivastava
2024-01-05fix(ext/node): add WriteStream.isTTY (#21801)Divy Srivastava
2024-01-04chore(cli): bump deno_core (#21790)Matt Mastracci
2024-01-04fix(ci): copyright year for console_test.ts (#21787)Divy Srivastava
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-04fix(unstable/byonm): support using an import map with byonm (#21786)David Sherret
2024-01-04fix(ext/node): UdpSocket ref and unref (#21777)Divy Srivastava
2024-01-03fix(cli): respect `exclude` option for `deno check` command (#21779)nokazn
2024-01-04fix(cli): harden permission stdio check (#21778)Matt Mastracci
2024-01-03fix(jupyter): error message when install fails due to jupyter command not bei...David Sherret
2024-01-03fix(cli): make signals tests more reliable (#21772)Matt Mastracci
2024-01-03fix(node/zlib): accept dataview and buffer in zlib bindings (#21756)Jovi De Croock
2024-01-03chore: ignore hanging lsp jsx test (#21771)Nayeem Rahman
2024-01-03chore: upgrade deno_core to 0.241.0 (#21765)Bartek Iwańczuk
2024-01-02feat(lsp): cache jsxImportSource automatically (#21687)Nayeem Rahman
2024-01-02chore: increase unit test timeout to 3m (#21760)Bartek Iwańczuk
2024-01-02fix(ext/node): implement os.machine (#21751)Divy Srivastava
2024-01-02fix(ext/http): use arraybuffer binaryType for server websocket (#21741)Divy Srivastava
2024-01-02fix(ext/node): querystring stringify without encode callback (#21740)Divy Srivastava
2024-01-02Revert "fix(runtime): Make native modal keyboard interaction consistent with ...Divy Srivastava
2024-01-01chore: update to Rust 1.75 (#21731)林炳权
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-31fix(http_client): Fix Deno.createHttpClient to accept poolIdleTimeout paramet...Raashid Anwar
2023-12-31fix(node/zlib): consistently return buffer (#21747)Jovi De Croock
2023-12-31fix(node/zlib): cast Dataview and Buffer to uint8 (#21746)Jovi De Croock
2023-12-30fix: `Object.groupBy` return type should be a partial (#21680)Joel Walker
2023-12-29chore: disable PTR_HOST dns test for Node compat (#21735)Bartek Iwańczuk
2023-12-29fix(node): support nested tests in "node:test" (#21717)Bartek Iwańczuk
2023-12-28fix: allow npm: specifiers in import.meta.resolve (#21716)Bartek Iwańczuk
2023-12-28fix(node): Implement os.cpus() (#21697)Divy Srivastava
2023-12-28perf(lsp): use LanguageServiceHost::getProjectVersion() (#21719)Nayeem Rahman
2023-12-27refactor: simplify hyper, http, h2 deps (#21715)Bartek Iwańczuk
2023-12-27fix(ext/node): Implement `aes-192-ecb` and `aes-256-ecb` (#21710)Lino Le Van
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-26refactor: change cli/ to use hyper 1.1 (#21705)Bartek Iwańczuk
2023-12-25fix(ext/node): add ClientRequest#setNoDelay (#21694)Divy Srivastava
2023-12-22fix(unstable): kv watch should stop when db is closed (#21665)Heyang Zhou
2023-12-20fix(node): child_process kill cancel pending IPC reads (#21647)Divy Srivastava
2023-12-20fix(node): add crypto.pseudoRandomBytes (#21649)Divy Srivastava
2023-12-19fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)Kenta Moriuchi
2023-12-18fix(coverage): error if no files found (#21615)Bartek Iwańczuk
2023-12-18refactor: factor out cdp::ExceptionThrown notification (#21623)Bartek Iwańczuk
2023-12-17fix(bench): added group banner to bench output. (#21551)Raashid Anwar
2023-12-15refactor: check if scope and package exist before publish (#21575)Bartek Iwańczuk
2023-12-14fix(node): support resolving a package.json import to a builtin node module (...David Sherret
2023-12-14fix(node): return false from vm.isContext (#21568)Divy Srivastava
2023-12-13fix(zlib): handle no flush flag in handle_.write (#21432)Divy Srivastava
2023-12-14feat(unstable): append commit versionstamp to key (#21556)Heyang Zhou
2023-12-13refactor(cli): update to new deno_core promise/call methods (#21519)Matt Mastracci