summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2023-12-01fix(permissions): fix panics when revoking net permission (#21388)liruifengv
2023-12-01Update doc for deno fmt `--no-semicolons` arg. (#21414)John Spurlock
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-30fix(cron): move deprecated Deno.cron overload (#21407)Igor Zinkovsky
2023-11-30fix: correct the batch upload length (#21401)Luca Casonato
2023-11-30chore: forward v1.38.4 release commit to main (#21400)Bartek Iwańczuk
2023-11-30feat(cron): added the support for json type schedule to cron api (#21340)Raashid Anwar
2023-11-30fix: batch upload authentication (#21397)Luca Casonato
2023-11-30perf(lsp): avoid redundant getNavigationTree() calls (#21396)Nayeem Rahman
2023-11-30perf(lsp): remove throttling of cancellation token (#21395)Bartek Iwańczuk
2023-11-30fix(ext/node): fix os.freemem (#21347)Yoshiya Hinosawa
2023-11-30perf(lsp): cancel ts requests on future drop (#21387)Nayeem Rahman
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: use correct import map in tar & upload (#21380)Luca Casonato
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-27fix(fmt/jupyter): handle "source" property that's a string (#21361)David Sherret
2023-11-27ci: make upgrade_lsp_repl_sleeps less flaky (#21363)David Sherret
2023-11-27chore: temp fix for tools/format.js (#21360)David Sherret
2023-11-27fix: extraneous slash in tar & upload (#21349)Luca Casonato
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-25fix(dts): `Deno.ChildProcess` actually implements `AsyncDisposable` (#21326)Yusuke Tanaka
2023-11-25perf: move "cli/js/40_testing.js" out of main snapshot (#21212)Divy Srivastava
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-24chore: bump jsonc-parser and dprint-core dependencies (#21330)David Sherret
2023-11-24fix: correct flag in tar & upload (#21327)Luca Casonato
2023-11-24chore: forward v1.38.3 release commit to main (#21320)denobot
2023-11-23feat(unstable): tar up directory with deno.json (#21228)Bartek Iwańczuk
2023-11-23chore: start codesigning mac release builds (#21303)Matt Mastracci
2023-11-23fix(task): use exit code 127 for command not found and parse escaped parens (...David Sherret
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(lsp): force shutdown after a timeout (#21251)Nayeem Rahman
2023-11-22fix: 'Promise was collected' error in REPL/jupyter (#21272)Bartek Iwańczuk
2023-11-22docs: update `Deno.*` deprecation notices (#21283)Asher Gomez
2023-11-22chore: update to `std@0.207.0` (#21284)Asher Gomez
2023-11-20fix(fmt): maintain parens for jsx in member expr (#21280)David Sherret