std/fs
Martin Fischer a5b1d80736
chore: fix typos (#3458)
The typos were found with the typos[1] spell checker.  That spell
checker will be incorporated into the CI in a followup PR.

[1]: https://github.com/crate-ci/typos
2023-06-22 01:27:37 +09:00
..
testdata feat(fs): add followSymlink to expandGlob (#3093) 2023-03-06 16:35:44 +09:00
_util_test.ts fix(fs): fix NotFound error when moving src to itself with overwrite: true (#3289) 2023-04-05 20:19:24 +09:00
_util.ts BREAKING(csv,http,path): remove deprecated APIs (#3418) 2023-06-01 23:13:50 +09:00
copy_test.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
copy.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
empty_dir_test.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
empty_dir.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
ensure_dir_test.ts chore(fs): refactor the test of ensureFile and ensureDir (#3240) 2023-03-08 21:27:10 +09:00
ensure_dir.ts fix(fs/ensureDir): fix racy ensureDir (#3242) 2023-03-08 21:53:57 +09:00
ensure_file_test.ts chore(fs): refactor the test of ensureFile and ensureDir (#3240) 2023-03-08 21:27:10 +09:00
ensure_file.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
ensure_link_test.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
ensure_link.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
ensure_symlink_test.ts fix(fs/ensure_symlink): lstat relative symlink properly (#3216) 2023-03-01 06:24:46 +09:00
ensure_symlink.ts fix(fs/ensure_symlink): lstat relative symlink properly (#3216) 2023-03-01 06:24:46 +09:00
eol_test.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
eol.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
exists_test.ts feat(fs): undo deprecation of exists and add permission and type check to it (#2785) 2023-03-30 14:57:40 +09:00
exists.ts feat(fs): undo deprecation of exists and add permission and type check to it (#2785) 2023-03-30 14:57:40 +09:00
expand_glob_test.ts feat(fs): add followSymlink to expandGlob (#3093) 2023-03-06 16:35:44 +09:00
expand_glob.ts feat(fs): add followSymlink to expandGlob (#3093) 2023-03-06 16:35:44 +09:00
mod.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
move_test.ts fix(fs): fix NotFound error when moving src to itself with overwrite: true (#3289) 2023-04-05 20:19:24 +09:00
move.ts fix(fs): fix NotFound error when moving src to itself with overwrite: true (#3289) 2023-04-05 20:19:24 +09:00
test.ts chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
walk_test.ts chore: fix typos (#3458) 2023-06-22 01:27:37 +09:00
walk.ts feat(fs/walk): WalkError class (#3054) 2023-03-29 21:07:50 +09:00