summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
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
2023-12-17fix: urls for publishing (#21613)Bartek Iwańczuk
2023-12-15fix: prompts when publishing (#21596)Bartek Iwańczuk
2023-12-15refactor: check if scope and package exist before publish (#21575)Bartek Iwańczuk
2023-12-14refactor: split registry into multiple modules (#21572)Bartek Iwańczuk
2023-12-14chore(unstable/publish): ordered publish of packages in workspace (#21550)David Sherret
2023-12-13refactor(cli): update to new deno_core promise/call methods (#21519)Matt Mastracci
2023-12-13test: integration tests for tarring/unfurling (#21544)Bartek Iwańczuk
2023-12-12refactor: suggest entrypoint on missing 'exports' (#21549)Bartek Iwańczuk
2023-12-12refactor: nicer warning display (#21547)Bartek Iwańczuk
2023-12-12refactor: better handling for registry urls (#21545)Bartek Iwańczuk
2023-12-12fix(coverage): rename --pretty to --detailed (#21543)Yoshiya Hinosawa
2023-12-12feat(coverage): add summary reporter (#21535)Yoshiya Hinosawa
2023-12-11fix(coverage): escape source code in html coverage report (#21531)Yoshiya Hinosawa
2023-12-11refactor(coverage): separate reporter-related structs (#21528)Yoshiya Hinosawa
2023-12-08feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...David Sherret
2023-12-08feat(coverage): add html reporter (#21495)Yoshiya Hinosawa
2023-12-07fix: add more warnings when using sloppy imports (#21503)David Sherret
2023-12-07feat: add suggestions to module not found error messages for file urls (#21498)David Sherret
2023-12-07feat(unstable): ability to resolve specifiers with no extension, specifiers f...David Sherret
2023-12-06fix(task): handle node_modules/.bin directory with byonm (#21386)David Sherret