summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-12-01feat(compile): support discovering modules for more dynamic arguments (#21381)David Sherret
2023-12-01fix(permissions): fix panics when revoking net permission (#21388)liruifengv
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-12-01fix(ext/node): add stubbed process.report (#21373)Daniel Mizerski
2023-12-01refactor(lsp): log names (#21413)Bartek Iwańczuk
2023-11-30feat(cron): added the support for json type schedule to cron api (#21340)Raashid Anwar
2023-11-30fix(ext/node): fix os.freemem (#21347)Yoshiya Hinosawa
2023-11-29perf(lsp): add performance marks for TSC requests (#21383)Bartek Iwańczuk
2023-11-29build(cli): allow to build without upgrade feature (#19910)Jakub Jirutka
2023-11-29feat(compile): support "bring your own node_modules" in deno compile (#21377)David Sherret
2023-11-29fix(ext/node): add util.parseArgs (#21342)Yoshiya Hinosawa
2023-11-28fix(ext/node): fix Buffer.copy when sourceStart > source.length (#21345)Yoshiya Hinosawa
2023-11-28fix(ext/node): fix duplexify compatibility (#21346)Yoshiya Hinosawa
2023-11-27fix(node): `spawnSync`'s `status` was incorrect (#21359)David Sherret
2023-11-27ci: make upgrade_lsp_repl_sleeps less flaky (#21363)David Sherret
2023-11-27feat(fmt): support formatting code blocks in Jupyter notebooks (#21310)scarf
2023-11-25feat(unstable): --unstable-unsafe-proto (#21313)David Sherret
2023-11-25chore(ext/node): remove unnecessary test case (#21337)Yoshiya Hinosawa
2023-11-25chore: update node_compat test suites to v18.18.2 (#21328)Yoshiya Hinosawa
2023-11-24fix(lsp): handle byonm specifiers in jupyter notebooks (#21332)David Sherret
2023-11-24chore: deflake unit_node/crypto/crypto_key_test.ts (#21331)Bartek Iwańczuk
2023-11-23chore: fix upgrade_prompt test on main (#21314)David Sherret
2023-11-23chore: add upgrade prompt integration test (#21273)David Sherret
2023-11-23fix(ext/node): fix node:stream.Writable (#21297)Yoshiya Hinosawa
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-22Revert "chore: update to `std@0.207.0` (#21284)" (#21295)Bartek Iwańczuk
2023-11-22fix: 'Promise was collected' error in REPL/jupyter (#21272)Bartek Iwańczuk
2023-11-22chore: update to `std@0.207.0` (#21284)Asher Gomez
2023-11-20fix: Deno.noColor should not be true when NO_COLOR is empty string (#21275)David Sherret
2023-11-20fix(ext/node): handle closing process.stdin more than once (#21267)Divy Srivastava
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-18fix(ext/http): fix crash in dropped Deno.serve requests (#21252)Matt Mastracci
2023-11-17chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)David Sherret
2023-11-18chore: disable curl --http2 tests (#21247)Matt Mastracci
2023-11-17test(cli): http test reliability fixes (#21246)Matt Mastracci
2023-11-17chore(cli): Fix rename test for XFS (#21215)Florian Schwalm
2023-11-17ci: fix flaky stdio_streams_are_locked_in_permission_prompt (#21238)David Sherret
2023-11-17chore: various improvements to tests (#21222)David Sherret
2023-11-17feat(unstable): Workspaces support (#20410)Bartek Iwańczuk
2023-11-16fix(npm): support cjs entrypoint in node_modules folder (#21224)David Sherret
2023-11-16feat(ext/cron) modify Deno.cron API to make handler arg last (#21225)Igor Zinkovsky
2023-11-15feat(ext/net): use rustls_tokio_stream (#21205)Matt Mastracci
2023-11-15fix(runtime): fix Deno.noColor when stdout is not tty (#21208)Yoshiya Hinosawa
2023-11-14chore: switch compile tests over to the TestBuilder (#21180)David Sherret
2023-11-14fix(ext/node): add APIs perf_hook.performance (#21192)Bartek Iwańczuk
2023-11-14fix(ext/web): webstorage has trap for symbol (#21090)Kenta Moriuchi
2023-11-13chore(cli): unflake signal test (#21185)Matt Mastracci
2023-11-13chore(ext/web): use a non-resource stream for textDecoderStreamCleansUpOnCanc...Matt Mastracci
2023-11-13fix(install): should work with non-existent relative root (#21161)David Sherret