summaryrefslogtreecommitdiff
path: root/cli/util
AgeCommit message (Expand)Author
2024-11-16feat(watch): log which file changed on HMR or watch change (#25801)HasanAlrimawi
2024-11-14fix: otel resiliency (#26857)snek
2024-11-13fix(cli): preserve comments in doc tests (#26828)Yusuke Tanaka
2024-11-05fix(install): handle invalid function error, and fallback to junctions regard...Nathan Whitaker
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-29fix(install): percent encodings in interactive progress bar (#26600)Marvin Hagemeister
2024-10-27fix(cli): Make --watcher CLEAR_SCREEN clear scrollback buffer as well as visi...Chris Veness
2024-10-24perf(compile): pass module source data from binary directly to v8 (#26494)David Sherret
2024-10-15fix(install): retry downloads of registry info / tarballs (#26278)Nathan Whitaker
2024-10-15chore: upgrade to rust 1.81.0 (#26261)林炳权
2024-10-14fix(cli): named export takes precedence over default export in doc testing (#...Yusuke Tanaka
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-10-14perf: use fast calls for microtask ops (#26236)Divy Srivastava
2024-09-30refactor: move ByonmNpmResolver to deno_resolver (#25937)David Sherret
2024-09-28refactor: move NpmCacheDir to deno_cache_dir (#25916)David Sherret
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-19fix(cli): handle edge cases around `export`s in doc tests and default export ...Yusuke Tanaka
2024-09-17feat(cli): evaluate code snippets in JSDoc and markdown (#25220)Yusuke Tanaka
2024-09-05BREAKING: remove "emit" and "map" from deno info output (#25468)David Sherret
2024-09-03fix(cli): Map error kind to `PermissionDenied` when symlinking fails due to p...Nathan Whitaker
2024-09-03feat: support DENO_LOG env var instead of RUST_LOG (#25356)Bartek Iwańczuk
2024-09-03BREAKING: remove `deno vendor` (#25343)Asher Gomez
2024-08-23fix: handle showing warnings while the progress bar is shown (#25187)David Sherret
2024-08-22chore: enable `log` feature for tracing crate (#25078)Yusuke Tanaka
2024-08-22fix(install): Use relative symlinks in deno install (#25164)Nathan Whitaker
2024-08-14feat(clean): add progress bar (#25026)Bartek Iwańczuk
2024-08-08feat: refresh "Download" progress bar with a spinner (#24913)Bartek Iwańczuk
2024-08-08fix: Don't shell out to `unzip` in deno upgrade/compile (#24926)Nathan Whitaker
2024-08-07chore(progress): handle position greater than total size (#24924)David Sherret
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-26fix: support `npm:bindings` and `npm:callsites` packages (#24727)Bartek Iwańczuk
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-08fix(workspace): better cli file argument handling (#24447)David Sherret
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-07-05fix(publish): unfurling should always be done with the package json (#24435)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-08fix(ext/node): lossy UTF-8 read node_modules files (#24140)Luca Casonato
2024-06-07fix: make writing to the deps cache more reliable (#24135)David Sherret
2024-06-05refactor(npm): improve locking around updating npm resolution (#24104)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-05-31fix: retry writing lockfile on failure (#24052)David Sherret
2024-05-29perf(lsp): lock out requests until init is complete (#23998)Nayeem Rahman
2024-05-28perf(cli): Optimize setting up `node_modules` on macOS (#23980)Nathan Whitaker
2024-05-23fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...Bartek Iwańczuk
2024-05-23refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...Felipe Baltor
2024-05-14fix(npm): make tarball extraction more reliable (#23759)David Sherret
2024-05-09refactor(lsp): Have JS drive TSC event loop in LSP (#23565)Nathan Whitaker
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci