summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
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
2023-12-06fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...David Sherret
2023-12-06chore: update rustyline to 13.0.0 (#21481)Bartek Iwańczuk
2023-12-05fix(fmt): `"singleQuote": true` should prefer single quote—not always use o...David Sherret
2023-12-05refactor(cli): refactor bench/test for future module changes (#21460)Matt Mastracci
2023-12-04fix: error code used for duplicate version publish (#21457)Luca Casonato
2023-12-04fix: don't error if a version already published (#21455)Luca Casonato
2023-12-02fix(cli/installer): percent decode name (#21392)Leo Kettmeir
2023-12-01feat(compile): support discovering modules for more dynamic arguments (#21381)David Sherret
2023-11-30fix: correct the batch upload length (#21401)Luca Casonato
2023-11-30fix: batch upload authentication (#21397)Luca Casonato
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-27fix: extraneous slash in tar & upload (#21349)Luca Casonato
2023-11-27feat(fmt): support formatting code blocks in Jupyter notebooks (#21310)scarf
2023-11-23feat(unstable): tar up directory with deno.json (#21228)Bartek Iwańczuk
2023-11-23chore: add upgrade prompt integration test (#21273)David Sherret
2023-11-22fix: 'Promise was collected' error in REPL/jupyter (#21272)Bartek Iwańczuk
2023-11-17chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)David Sherret
2023-11-17refactor(upgrade): add unit tests for lsp upgrade check (#21244)David Sherret
2023-11-16fix(npm): support cjs entrypoint in node_modules folder (#21224)David Sherret
2023-11-15fix(cli): Allow executable name start with digit (#21214)Bolat Azamat
2023-11-14feat(lsp): upgrade check on init and notification (#21105)Nayeem Rahman
2023-11-13fix(install): should work with non-existent relative root (#21161)David Sherret
2023-11-10fix: improve `deno doc --lint` error messages (#21156)David Sherret
2023-11-05refactor: unify CDP types in a single module (#21094)Bartek Iwańczuk
2023-11-04fix(doc): `deno doc --lint mod.ts` should output how many files checked (#21084)David Sherret
2023-11-01fix(repl): jsxImportSource was not working (#21049)David Sherret
2023-11-01feat: precompile JSX (#20962)Bartek Iwańczuk
2023-11-01fix(test): --junit-path should handle when the dir doesn't exist (#21044)David Sherret
2023-11-01feat: deno doc --html (#21015)Bartek Iwańczuk
2023-11-01fix(repl): support transforming JSX/TSX (#20695)Bartek Iwańczuk
2023-10-31feat: `deno doc --lint` (#21032)David Sherret
2023-10-31refactor: update to deno_doc 0.71 (#21023)David Sherret
2023-10-31feat: deno run --unstable-hmr (#20876)Bartek Iwańczuk
2023-10-30feat(doc): support multiple file entry (#21018)Bartek Iwańczuk
2023-10-30chore: remove usage of chrono::Utc::now() (#20995)Divy Srivastava
2023-10-26feat(doc): display non-exported types referenced in exported types (#20990)David Sherret
2023-10-25refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)David Sherret