std/fs
denobot eeb3c9b151
chore: release 2024.09.24 (#6043)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-24 19:25:09 +09:00
..
testdata chore: enable no-console lint rule (#5975) 2024-09-13 15:43:13 +10: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 refactor(fs): align additional error messages (#5802) 2024-08-26 13:31:34 +09:00
copy.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
deno.json chore: release 2024.09.24 (#6043) 2024-09-24 19:25:09 +09:00
empty_dir_test.ts chore: enable no-console lint rule (#5975) 2024-09-13 15:43:13 +10:00
empty_dir.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
ensure_dir_test.ts test: use Deno.errors.NotCapable where appropriate (#5935) 2024-09-11 19:17:27 +09:00
ensure_dir.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
ensure_file_test.ts test: use Deno.errors.NotCapable where appropriate (#5935) 2024-09-11 19:17:27 +09:00
ensure_file.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
ensure_link_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
ensure_link.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
ensure_symlink_test.ts test: use Deno.errors.NotCapable where appropriate (#5935) 2024-09-11 19:17:27 +09:00
ensure_symlink.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
eol_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
eol.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
exists_test.ts refactor(fs): align additional error messages (#5802) 2024-08-26 13:31:34 +09:00
exists.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
expand_glob_test.ts test: use Deno.errors.NotCapable where appropriate (#5935) 2024-09-11 19:17:27 +09:00
expand_glob.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
mod.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10: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 fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10: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 fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00