summaryrefslogtreecommitdiff
path: root/cli/standalone/virtual_fs.rs
AgeCommit message (Expand)Author
2024-11-19feat(compile): ability to embed local data files (#26934)David Sherret
2024-11-13feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)Ɓukasz Czerniawski
2024-10-24perf(compile): pass module source data from binary directly to v8 (#26494)David Sherret
2024-08-19fix(compile): make output more deterministic (#25092)David Sherret
2024-08-01feat: codesign for deno compile binaries (#24604)Divy Srivastava
2024-07-04fix: revert accidentally added `parentPath` on `DirEntry` (#24438)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-19fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-06fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...David Sherret
2023-11-29feat(compile): support "bring your own node_modules" in deno compile (#21377)David Sherret
2023-08-01refactor(runtime): use new fd methods from resource table (#20010)Matt Mastracci
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-28chore: maybe fix cli/standalone/virtual_fs tests on main (#19295)David Sherret
2023-05-28chore: fix flaky test_include_dir_recursive (#19291)David Sherret
2023-05-27fix(compile): inline symlinks as files outside node_modules dir and warn for ...David Sherret
2023-05-25fix(compile): improve panic message when stripping root path fails (#19258)David Sherret
2023-05-24feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...Hirotaka Tagawa / wafuwafu13
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret