summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
2024-02-05Reland refactor(cli): use new sanitizer for resources (#22226)Matt Mastracci
2024-02-05refactor(cli): Add TestFailureDescription (#22267)Matt Mastracci
2024-02-01fix(publish): use lighter crate for opening browser (#22224)Bartek Iwańczuk
2024-02-01fix(publish): add node specifiers (#22213)Leo Kettmeir
2024-02-01fix(install): forward granular --unstable-* flags (#22164)Bartek Iwańczuk
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-02-01fix(publish): rename --no-fast-check to --no-zap (#22214)Bartek Iwańczuk
2024-01-31chore(publish): try to automatically open the web browser (#22208)Bartek Iwańczuk
2024-01-31chore: update deno_doc (#22174)Leo Kettmeir
2024-01-31chore(publish): add --no-fast-check flag (#22203)Bartek Iwańczuk
2024-01-30fix: canary for arm64 macos (#22187)Luca Casonato
2024-01-27Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)Bartek Iwańczuk
2024-01-26refactor(cli): use new sanitizer for resources (#22125)Matt Mastracci
2024-01-24feat(publish): error on invalid external imports (#22088)Luca Casonato
2024-01-24feat(publish): give diagnostic on invalid package files (#22082)Luca Casonato
2024-01-24feat(publish): exclude and include (#22055)Luca Casonato
2024-01-24chore: improve unanalyzable dynamic import diagnostic (#22051)Luca Casonato
2024-01-24feat: TC39 decorator proposal support (#22040)Bartek Iwańczuk
2024-01-24refactor: set removal version for `deno bundle` (#22062)Asher Gomez
2024-01-23feat(cli): improved diagnostics printing (#22049)Luca Casonato
2024-01-23refactor: use parsed source cache when unfurling import map (#22001)Luca Casonato
2024-01-23chore: update deno_ast and deno_graph (#22033)Bartek Iwańczuk
2024-01-23fix(info): return proper exit code on error (#21952)Anwesh
2024-01-22refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)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-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-15fix(publish): support deno.jsonc file (#21948)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-11chore(publish): add --dry-run flag (#21895)Bartek Iwańczuk
2024-01-10feat(unstable): fast subset type checking of JSR dependencies (#21873)David Sherret
2024-01-10chore: bump deno_core (#21832)Matt Mastracci
2024-01-09fix: update deno_lint and swc (#21718)Bartek Iwańczuk
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-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-08fix(registry): wait for already pending publish (#21663)Bartek Iwańczuk
2024-01-05refactor(tools/repl): reorganize code (#21810)Bartek Iwańczuk
2024-01-04perf(coverage): faster source mapping (#21783)David Sherret
2024-01-03fix(jupyter): error message when install fails due to jupyter command not bei...David Sherret
2024-01-01chore: update to Rust 1.75 (#21731)林炳权
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-30chore: update deno_doc to 0.85.0 (#21678)Leo Kettmeir
2023-12-27refactor: simplify hyper, http, h2 deps (#21715)Bartek Iwańczuk
2023-12-26refactor: change cli/ to use hyper 1.1 (#21705)Bartek Iwańczuk
2023-12-18fix(repl): remove stray debug log (#21635)Bartek Iwańczuk
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