std/fs
ryu e511eb05ce
docs(fs): fix incorrect examples for walk (#5559)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-27 11:19:21 +09: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): make preserveTimestamps note more prominent (#5543) 2024-07-25 15:49:22 +09:00
deno.json chore(fs): release fs@1.0.0 (#5214) 2024-07-25 15:56:29 +10: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 docs(fs): fix options argument display (#5487) 2024-07-19 13:10:29 +09:00
mod.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
move_test.ts BREAKING(fs): throw Deno.errors.NotSupported instead of SubdirectoryMoveError in move[Sync]() (#5532) 2024-07-25 14:53:22 +09:00
move.ts BREAKING(fs): throw Deno.errors.NotSupported instead of SubdirectoryMoveError in move[Sync]() (#5532) 2024-07-25 14:53:22 +09:00
walk_test.ts BREAKING(fs): throw Deno.errors.NotFound instead of WalkError in walk[Sync]() (#5477) 2024-07-24 16:31:05 +10:00
walk.ts docs(fs): fix incorrect examples for walk (#5559) 2024-07-27 11:19:21 +09:00