Commit Graph

21 Commits

Author SHA1 Message Date
Asher Gomez
58dbbd6bd2
chore: enable no-console lint rule (#5975) 2024-09-13 15:43:13 +10:00
Joe Hillenbrand
06866a6d47
fix(fs/ensure_dir): allow links to directories (#4132)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-04-22 20:51:39 +09:00
Asher Gomez
f9dc5644a6
fix(fs): emptyDir() test after workspace conversion (#4427) 2024-03-04 18:19:00 +11:00
cinchen
52138c6f99
refactor(fs): prepare for noUncheckedIndexedAccess (#4277)
* refactor: fs-noUncheckedIndexedAccess

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-07 11:08:47 +11:00
Heejoon Kang
a62c90853a
feat(fs): introduce canonicalize option to WalkOptions (#3679) 2023-10-16 22:32:15 +09:00
Asher Gomez
e3289ed93b
chore: parallel tests (#3446) 2023-07-23 17:47:21 +09:00
Lino Le Van
df73bfc067
feat(fs): add followSymlink to expandGlob (#3093) 2023-03-06 16:35:44 +09:00
Nayeem Rahman
8fca3a5f66
fix(fs/expand_glob): don't parse root as glob (#1417) 2021-10-18 03:04:24 +09:00
Kitson Kelly
b7c61a27a7
chore: updates related to TypeScript 4.4 (#1171)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-08-31 14:39:04 +10:00
Ryan Dahl
5bc48298bb
Remove unused testdata files (#744)
And format JSON files.

This became necessary because JSON support for "deno fmt" landed in canary.
d9b1f96897
2021-02-19 08:11:53 -05:00
Casper Beyer
d5bad95a71
chore: Setup CI and tests
Create ci.yml

chore: add wasi-test-suite as a submodule

chore: remove legacy configuration files and scripts

chore: remove outdated redirection notice

chore: add git attributes to ensure text files use unix line endings

chore: format

test(http): copy tls testdata from denoland/deno
2021-02-01 12:20:35 +01:00
Kitson Kelly
7914eae5f0 Update to Prettier 2 and use ES Private Fields (denoland/deno#4498) 2021-02-01 10:46:57 +00:00
Ry Dahl
51658155cf feat: Deno.args now does not include script (denoland/deno#3628)
Previously Deno.args was ["script.js", "arg1", "arg2"]
Now it is just ["arg1", "arg2"]
BREAKING CHANGE
2021-02-01 10:46:56 +00:00
Axetroy
81c208e641 fix permission errors are swallowed by fs.emptyDir (denoland/deno#3501) 2021-02-01 10:46:56 +00:00
Axetroy
3bd58c2d3d fix permission errors are swallowed by fs.exists (denoland/deno#3493) 2021-02-01 10:46:56 +00:00
Nayeem Rahman
d568a6814e fix: Only swallow NotFound errors in fs/expandGlob() (denoland/deno#3479) 2021-02-01 10:46:56 +00:00
Nayeem Rahman
17a214bbd5 Test runner v2 (#604) 2019-09-28 09:33:17 -04:00
Axetroy
ab5b0887cc feat(fs): add copy/copySync (#278) 2019-05-16 12:19:17 -04:00
Axetroy
264a51c093 fix: fs.exists not work for symlink (#291) 2019-03-18 12:34:54 -04:00
Axetroy
e4485d722a feat: add readJson/readJsonSync for fs modules (#269) 2019-03-13 12:06:40 -04:00
Axetroy
142a1c6cf8 add fs/exists (#260) 2019-03-11 13:14:26 -04:00