std/fs
Yoshiya Hinosawa 26d6d2b510
chore: use new format for workspaces and re-enable using Deno canary and v1.x (#5375)
* chore: use new format for workspaces

* fixes

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-11 10:24:30 +10:00
..
testdata fix(fs/ensure_dir): allow links to directories (#4132) 2024-04-22 20:51:39 +09:00
_create_walk_entry.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_get_file_info_type_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_get_file_info_type.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
_is_same_path_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_is_same_path.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
_is_subdir_test.ts refactor(fs): resolve directories when checking whether they are the same in isSubdir() (#5076) 2024-06-19 07:50:14 +10:00
_is_subdir.ts refactor(fs): resolve directories when checking whether they are the same in isSubdir() (#5076) 2024-06-19 07:50:14 +10:00
_to_path_string.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
copy_test.ts test(fs): improve copy() testing (#5084) 2024-06-20 18:14:34 +09:00
copy.ts docs(fs): add not supported docs for CopyOptions.preserveTimestamps (#5143) 2024-06-26 12:21:48 +09:00
deno.json chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
empty_dir_test.ts chore: use new format for workspaces and re-enable using Deno canary and v1.x (#5375) 2024-07-11 10:24:30 +10:00
empty_dir.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
ensure_dir_test.ts test(fs): check ensureDir() is not racy (#5086) 2024-06-19 19:12:54 +09:00
ensure_dir.ts refactor(fs): reduce the repetition in ensure_dir.ts (#5085) 2024-06-19 17:47:03 +09:00
ensure_file_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
ensure_file.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
ensure_link_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
ensure_link.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
ensure_symlink_test.ts test(fs): improve ensureSymlink() test (#5087) 2024-06-20 12:23:08 +09:00
ensure_symlink.ts test(fs): improve ensureSymlink() test (#5087) 2024-06-20 12:23:08 +09:00
eol_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
eol.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
exists_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
exists.ts refactor(fs): reduce the repetition in exists.ts (#5088) 2024-06-19 19:15:15 +09:00
expand_glob_test.ts chore: use new format for workspaces and re-enable using Deno canary and v1.x (#5375) 2024-07-11 10:24:30 +10:00
expand_glob.ts refactor(fs): improve expandGlob() implementation and testing (#5089) 2024-06-20 16:39:45 +09:00
mod.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
move_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
move.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
walk_test.ts fix(fs): accept exts without leading period in walk[Sync]() (#5345) 2024-07-08 10:41:32 +10:00
walk.ts fix(fs): accept exts without leading period in walk[Sync]() (#5345) 2024-07-08 10:41:32 +10:00