summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2024-01-19fix(node/http): remoteAddress and remotePort not being set (#21998)Marvin Hagemeister
2024-01-18feat: Start warning on each use of a deprecated API (#21939)Bartek Iwańczuk
2024-01-18feat(jupyter): don't require --unstable flag (#21963)Bartek Iwańczuk
2024-01-18fix(lsp): regression - formatting was broken on windows (#21972)David Sherret
2024-01-18fix(node): update `req.socket` on WS upgrade (#21984)Divy Srivastava
2024-01-17feat(lsp): send "deno/didChangeDenoConfiguration" on init (#21965)Nayeem Rahman
2024-01-17refactor: change tests to not rely on Deno.run() (#21961)Bartek Iwańczuk
2024-01-16chore: bump rustls-tokio-stream and rustls (#21955)Matt Mastracci
2024-01-16chore: ignore inspector_port_collision test (#21923)Bartek Iwańczuk
2024-01-15chore(ext/cache): remove CachePutResource in preparation for resource rewrite...Matt Mastracci
2024-01-15fix(publish): support deno.jsonc file (#21948)Bartek Iwańczuk
2024-01-14chore: upgrade deno_core to 0.246.0 (#21904)Bartek Iwańczuk
2024-01-15feat(unstable): add Temporal API support (#21738)Bartek Iwańczuk
2024-01-14feat(unstable): remove --unstable-workspaces flag (#21891)Bartek Iwańczuk
2024-01-14feat: remove conditional unstable type-checking (#21825)Bartek Iwańczuk
2024-01-13fix(check): should not panic when all specified files excluded (#21929)David Sherret
2024-01-13fix(config): regression - handle relative patterns with leading dot slash (#2...David Sherret
2024-01-12fix(publish): require http server for tests (#21919)Bartek Iwańczuk
2024-01-12feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875)Bartek Iwańczuk
2024-01-11chore(publish): add --dry-run flag (#21895)Bartek Iwańczuk
2024-01-11fix(web): use rustyline for prompt (#21893)Divy Srivastava
2024-01-10feat(unstable): fast subset type checking of JSR dependencies (#21873)David Sherret
2024-01-10fix: android support (#19437)cions
2024-01-09fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846)Divy Srivastava
2024-01-08fix(task): do not eagerly auto-install packages in package.json when `"nodeMo...David Sherret
2024-01-08fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816)David Sherret
2024-01-08chore: rename do-not-use-publish (#21854)Ryan Dahl
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
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)林炳权