summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
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
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-10-24refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)David Sherret
2023-10-24fix: improved using declaration support (#20959)David Sherret
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-10-19refactor: add WatcherCommunicator helper struct (#20927)Bartek Iwańczuk
2023-10-12feat(unstable): add Deno.jupyter.display API (#20819)Kyle Kelley
2023-10-12chore(task): remove warning for npm "scripts" (#20880)Nayeem Rahman
2023-10-10fix(bench): use total time when measuring wavg (#20862)Nayeem Rahman
2023-10-07refactor: migrate more ops to op2 macro (#20808)Bartek Iwańczuk
2023-10-06feat(unstable): Await return from `Jupyter.display` (#20807)Trevor Manz
2023-10-06fix(jupyter): Rename logo assets so they are discoverable (#20806)Trevor Manz