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
/
util
Age
Commit message (
Expand
)
Author
2024-09-19
fix(cli): handle edge cases around `export`s in doc tests and default export ...
Yusuke Tanaka
2024-09-17
feat(cli): evaluate code snippets in JSDoc and markdown (#25220)
Yusuke Tanaka
2024-09-05
BREAKING: remove "emit" and "map" from deno info output (#25468)
David Sherret
2024-09-03
fix(cli): Map error kind to `PermissionDenied` when symlinking fails due to p...
Nathan Whitaker
2024-09-03
feat: support DENO_LOG env var instead of RUST_LOG (#25356)
Bartek Iwańczuk
2024-09-03
BREAKING: remove `deno vendor` (#25343)
Asher Gomez
2024-08-23
fix: handle showing warnings while the progress bar is shown (#25187)
David Sherret
2024-08-22
chore: enable `log` feature for tracing crate (#25078)
Yusuke Tanaka
2024-08-22
fix(install): Use relative symlinks in deno install (#25164)
Nathan Whitaker
2024-08-14
feat(clean): add progress bar (#25026)
Bartek Iwańczuk
2024-08-08
feat: refresh "Download" progress bar with a spinner (#24913)
Bartek Iwańczuk
2024-08-08
fix: Don't shell out to `unzip` in deno upgrade/compile (#24926)
Nathan Whitaker
2024-08-07
chore(progress): handle position greater than total size (#24924)
David Sherret
2024-07-29
chore: upgrade to rust 1.80 (#24778)
Satya Rohith
2024-07-26
fix: support `npm:bindings` and `npm:callsites` packages (#24727)
Bartek Iwańczuk
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-08
fix(workspace): better cli file argument handling (#24447)
David Sherret
2024-07-05
refactor: move `FileCollector` to deno_config (#24433)
David Sherret
2024-07-05
fix(publish): unfurling should always be done with the package json (#24435)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-14
chore: upgrade to rust 1.79 (#24207)
Satya Rohith
2024-06-08
fix(ext/node): lossy UTF-8 read node_modules files (#24140)
Luca Casonato
2024-06-07
fix: make writing to the deps cache more reliable (#24135)
David Sherret
2024-06-05
refactor(npm): improve locking around updating npm resolution (#24104)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-31
fix: retry writing lockfile on failure (#24052)
David Sherret
2024-05-29
perf(lsp): lock out requests until init is complete (#23998)
Nayeem Rahman
2024-05-28
perf(cli): Optimize setting up `node_modules` on macOS (#23980)
Nathan Whitaker
2024-05-23
fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...
Bartek Iwańczuk
2024-05-23
refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...
Felipe Baltor
2024-05-14
fix(npm): make tarball extraction more reliable (#23759)
David Sherret
2024-05-09
refactor(lsp): Have JS drive TSC event loop in LSP (#23565)
Nathan Whitaker
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-10
chore: update to Rust 1.77.2 (#23262)
林炳权
2024-04-08
refactor: use `chrono::DateTime::from_timestamp` (#23273)
Asher Gomez
2024-03-27
feat: add `--watch-exclude` flag (#21935)
Łukasz Czerniawski
2024-03-27
fix: less aggressive vendor folder ignoring (#23100)
David Sherret
2024-03-27
fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582)
Hajime-san
2024-03-14
chore(cli): move away from PathBuf in clap (#22036)
Łukasz Czerniawski
2024-03-09
fix(publish): regression - publishing with vendor folder (#22830)
David Sherret
2024-03-08
fix(cli): occasional panics on progress bar (#22809)
tuhana
2024-03-08
fix(publish): ability to un-exclude when .gitignore ignores everything (#22805)
David Sherret
2024-03-08
fix(publish): include explicitly specified .gitignored files and directories ...
David Sherret
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-03-07
perf(cli): use faster_hex (#22761)
Matt Mastracci
2024-02-27
feat(publish): support sloppy imports and bare node built-ins (#22588)
Luca Casonato
2024-02-24
fix(lsp): import map expansion (#22553)
David Sherret
2024-02-23
feat: infer dependencies from package.json (#22563)
Marvin Hagemeister
[next]