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
/
standalone
/
virtual_fs.rs
Age
Commit message (
Expand
)
Author
2024-06-19
fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-06
fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...
David Sherret
2023-11-29
feat(compile): support "bring your own node_modules" in deno compile (#21377)
David Sherret
2023-08-01
refactor(runtime): use new fd methods from resource table (#20010)
Matt Mastracci
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-05-28
chore: maybe fix cli/standalone/virtual_fs tests on main (#19295)
David Sherret
2023-05-28
chore: fix flaky test_include_dir_recursive (#19291)
David Sherret
2023-05-27
fix(compile): inline symlinks as files outside node_modules dir and warn for ...
David Sherret
2023-05-25
fix(compile): improve panic message when stripping root path fails (#19258)
David Sherret
2023-05-24
feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...
Hirotaka Tagawa / wafuwafu13
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret