summaryrefslogtreecommitdiff
path: root/cli/util/fs.rs
AgeCommit message (Expand)Author
2024-11-05fix(install): handle invalid function error, and fallback to junctions regard...Nathan Whitaker
2024-10-15chore: upgrade to rust 1.81.0 (#26261)林炳权
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-03fix(cli): Map error kind to `PermissionDenied` when symlinking fails due to p...Nathan Whitaker
2024-09-03BREAKING: remove `deno vendor` (#25343)Asher Gomez
2024-08-22fix(install): Use relative symlinks in deno install (#25164)Nathan Whitaker
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-06-07fix: make writing to the deps cache more reliable (#24135)David Sherret
2024-05-31fix: retry writing lockfile on failure (#24052)David Sherret
2024-05-28perf(cli): Optimize setting up `node_modules` on macOS (#23980)Nathan Whitaker
2024-05-14fix(npm): make tarball extraction more reliable (#23759)David Sherret
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-03-27fix: less aggressive vendor folder ignoring (#23100)David Sherret
2024-03-09fix(publish): regression - publishing with vendor folder (#22830)David Sherret
2024-03-08fix(publish): ability to un-exclude when .gitignore ignores everything (#22805)David Sherret
2024-03-08fix(publish): include explicitly specified .gitignored files and directories ...David Sherret
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-01-18fix(lsp): regression - formatting was broken on windows (#21972)David Sherret
2024-01-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-29feat(compile): support "bring your own node_modules" in deno compile (#21377)David Sherret
2023-11-13fix(install): should work with non-existent relative root (#21161)David Sherret
2023-11-01fix(test): --junit-path should handle when the dir doesn't exist (#21044)David Sherret
2023-10-05chore: update to Rust 1.73 (#20781)林炳权
2023-09-08fix: empty include in config file excludes all (#20404)Nayeem Rahman
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-04-13test(runtime): support Windows in resolve_from_cwd_absolute (#18379)Elijah
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-03-08fix: attempt to only allow one deno process to update the node_modules folder...David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-07refactor(cli/tools): move flag and config logic to CliOptions (#17008)Geert-Jan Zwiers
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-07feat: ignore `node_modules` and `.git` folders when collecting files everywhe...David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret