index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
Age
Commit message (
Expand
)
Author
2024-05-23
feat: add lowercase `-v` version flag (#23750)
David Sherret
2024-05-23
feat(ext/fs): stabilize `Deno.FsFile.unlock[Sync]()` and `Deno.FsFile.lock[Sy...
Asher Gomez
2024-05-23
fix(runtime): use more null proto objects (#23921)
Luca Casonato
2024-05-22
feat(ext/fs): stabilize `Deno.FsFile.syncData[Sync]()` and `Deno.FsFile.sync[...
Asher Gomez
2024-05-22
fix(lsp): process Fenced Code Block in JSDoc on `completion` correctly (#23822)
Hajime-san
2024-05-22
feat(cli): Add slow test warning (#23874)
Matt Mastracci
2024-05-22
refactor(docs): use `@experimental` instead of `@tags unstable` (#23884)
Leo Kettmeir
2024-05-22
chore: forward v1.43.6 release commit to main (#23936)
Bartek Iwańczuk
2024-05-21
fix(lsp): Fix display of JSDoc named examples (#23927)
Nathan Whitaker
2024-05-21
refactor(jupyter): use runtimelib for Jupyter structures and directory paths ...
Kyle Kelley
2024-05-21
fix(lsp): apply import fix to missing declaration code action (#23924)
Nayeem Rahman
2024-05-21
chore: add test to ensure parsing only happens once on first load (#23837)
David Sherret
2024-05-21
fix(task): do not error if node_modules folder not exists (#23920)
David Sherret
2024-05-21
fix(cli): use CliNodeResolver::resolve() for managed node_modules (#23902)
Nayeem Rahman
2024-05-21
perf: resolver - skip cwd lookup if able (#23851)
David Sherret
2024-05-21
fix(cli/coverage): invalid line id in html reporter (#23908)
Simon Lecoq
2024-05-21
chore: force import assertion support (#23855)
Bartek Iwańczuk
2024-05-20
perf(cache): compile ts to js in parallel for `deno cache` (#23892)
David Sherret
2024-05-19
fix: add missing `URL.parse` types (#23893)
Kenta Moriuchi
2024-05-18
perf: analyze cjs exports and emit typescript in parallel (#23856)
David Sherret
2024-05-17
chore: forward v1.43.5 release commit to main (#23877)
denobot
2024-05-17
fix(npm): regression deserializing JSON for some npm packages (#23868)
David Sherret
2024-05-17
feat(serve): support `--port 0` to use an open port (#23846)
Satya Rohith
2024-05-17
chore: forward v1.43.4 commit to main (#23861)
Bartek Iwańczuk
2024-05-16
fix(lsp): respect types dependencies for tsc roots (#23825)
Nayeem Rahman
2024-05-16
fix(node): seperate worker module cache (#23634)
Divy Srivastava
2024-05-15
perf(compile): Do not checksum eszip content (#23839)
Arnau Orriols
2024-05-16
perf(jsr): download metadata files as soon as possible and in parallel (#23836)
David Sherret
2024-05-15
fix(doc): --lint - private ref diagnostic was displaying incorrect informatio...
David Sherret
2024-05-15
perf(lsp): Cache semantic tokens for open documents (#23799)
Nathan Whitaker
2024-05-14
fix(emit): regression - keep comments in emit (#23815)
David Sherret
2024-05-14
fix(lsp): show reference code lens on methods (#23804)
Nayeem Rahman
2024-05-14
fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)
David Sherret
2024-05-14
fix(npm): make tarball extraction more reliable (#23759)
David Sherret
2024-05-14
fix(publish): always include config file when publishing (#23797)
David Sherret
2024-05-14
fix(publish): error for missing version constraints on dry-publish instead of...
David Sherret
2024-05-14
fix: Add missing `"junction"` type for `SymlinkOptions.types` (#23756)
futsuuu
2024-05-14
fix(doc/publish): support expando properties (#23795)
David Sherret
2024-05-13
chore(task): various small refactorings (#23793)
David Sherret
2024-05-13
chore: cleanup unused dependencies (#23787)
Leo Kettmeir
2024-05-13
fix(cli): panic with `deno coverage` (#23353)
Evan
2024-05-13
refactor(lsp): reuse CliGraphResolverOptions::sloppy_imports_resolver (#23764)
Nayeem Rahman
2024-05-12
fix(npm): handle null fields in npm registry JSON (#23785)
David Sherret
2024-05-10
chore: forward v1.43.3 release commit to main (#23771)
denobot
2024-05-09
refactor(lsp): Have JS drive TSC event loop in LSP (#23565)
Nathan Whitaker
2024-05-09
refactor(lsp): unify caching into LspCache (#23746)
Nayeem Rahman
2024-05-09
fix(lsp): completions for using decl identifiers (#23748)
David Sherret
2024-05-09
fix(lsp): move sloppy import resolution from loader to resolver (#23751)
Nathan Whitaker
2024-05-09
fix(task): regression where `npx <command>` sometimes couldn't find command (...
David Sherret
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
[prev]
[next]