std/fs
Asher Gomez f84e735a9a
docs(fs): clarify permissions requirements for exists[Sync]() (#5983)
* docs(fs): clarify permissions requirements for `exists[Sync]()`

* work
2024-09-17 13:36:30 +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 refactor(fs): align additional error messages (#5802) 2024-08-26 13:31:34 +09:00
deno.json chore: release 2024.09.04 (#5908) 2024-09-04 19:37:53 +09:00
empty_dir_test.ts chore: enable no-console lint rule (#5975) 2024-09-13 15:43:13 +10:00
empty_dir.ts docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
ensure_dir_test.ts test: use Deno.errors.NotCapable where appropriate (#5935) 2024-09-11 19:17:27 +09:00
ensure_dir.ts refactor(fs): align additional error messages (#5802) 2024-08-26 13:31:34 +09:00
ensure_file_test.ts test: use Deno.errors.NotCapable where appropriate (#5935) 2024-09-11 19:17:27 +09:00
ensure_file.ts refactor(fs): align additional error messages (#5802) 2024-08-26 13:31:34 +09: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: use Deno.errors.NotCapable where appropriate (#5935) 2024-09-11 19:17:27 +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 refactor(fs): align additional error messages (#5802) 2024-08-26 13:31:34 +09:00
exists.ts docs(fs): clarify permissions requirements for exists[Sync]() (#5983) 2024-09-17 13:36:30 +09:00
expand_glob_test.ts test: use Deno.errors.NotCapable where appropriate (#5935) 2024-09-11 19:17:27 +09:00
expand_glob.ts refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +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 refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00