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
/
fs.rs
Age
Commit message (
Expand
)
Author
2023-09-08
fix: empty include in config file excludes all (#20404)
Nayeem Rahman
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-02
fix(npm): canonicalize filename before returning (#18948)
Bartek IwaĆczuk
2023-04-13
test(runtime): support Windows in resolve_from_cwd_absolute (#18379)
Elijah
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-08
fix: attempt to only allow one deno process to update the node_modules folder...
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-07
feat: ignore `node_modules` and `.git` folders when collecting files everywhe...
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret