Commit Graph

304 Commits

Author SHA1 Message Date
denobot
2b3683b6fb
chore: release 2024.08.26 (#5824)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00
Ian Bull
a8a1d42aa7
refactor(fs): align additional error messages (#5802) 2024-08-26 13:31:34 +09:00
denobot
0e4f294cdf
chore: release 2024.08.02 (#5621)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-02 20:27:08 +09:00
Asher Gomez
606838bace
docs(fmt,fs,text,yaml): fix Markdown alerts (#5568) 2024-07-29 21:31:14 +10:00
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
Asher Gomez
031c32c96e
docs(fs): make preserveTimestamps note more prominent (#5543) 2024-07-25 15:49:22 +09:00
Asher Gomez
cb1e09bb89
chore(fs): release fs@1.0.0 (#5214) 2024-07-25 15:56:29 +10:00
Asher Gomez
d6a6d8b806
BREAKING(fs): throw Deno.errors.NotSupported instead of SubdirectoryMoveError in move[Sync]() (#5532)
* BREAKING(fs): replace `SubdirectoryMoveError` exception with `Deno.errors.InvalidData`

* NotSupported
2024-07-25 14:53:22 +09:00
Asher Gomez
0dc7ce1a1c
BREAKING(fs): throw Deno.errors.NotFound instead of WalkError in walk[Sync]() (#5477) 2024-07-24 16:31:05 +10:00
Asher Gomez
c349da2e43
chore(fs): remove redundant constructor examples (#5511)
chore(fs): remove constructor examples
2024-07-23 12:06:03 +09:00
denobot
3ee4c4dd43
chore: release 2024.07.19 (#5494)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-19 20:22:43 +09:00
Asher Gomez
c710c93ab0
docs(fs): fix options argument display (#5487) 2024-07-19 13:10:29 +09:00
denobot
f54eab4355
chore: release 2024.07.12 (#5431)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-12 19:45:19 +09:00
Asher Gomez
ad1dad6ce6
docs(cli,csv,datetime,fmt,fs,http,ini,semver,testing): assert optional properties on types/interfaces have @default tag (#4933)
* docs: assert optional properties on types/interfaces have `@default` tag

* work

* work

* work

* work

* work

* work

* fix

* fix

* Update fs/expand_glob.ts

* cleanups

* cleanups

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-11 09:21:37 +00:00
Yoshiya Hinosawa
26d6d2b510
chore: use new format for workspaces and re-enable using Deno canary and v1.x (#5375)
* chore: use new format for workspaces

* fixes

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-11 10:24:30 +10:00
denobot
dc14633394
chore: release 2024.07.09 (#5363)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-09 15:13:21 +09:00
Asher Gomez
f222d807b4
fix(fs): accept exts without leading period in walk[Sync]() (#5345) 2024-07-08 10:41:32 +10:00
denobot
940568c62d
chore: release 2024.07.02 (#5254)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-02 20:43:42 +09:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`

* update
2024-06-30 08:30:10 +00:00
denobot
04f23c8a0a
chore: release 2024.06.26 (#5152)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-26 19:12:11 +09:00
Asher Gomez
ebf06b76d3
docs(fs): add not supported docs for CopyOptions.preserveTimestamps (#5143) 2024-06-26 12:21:48 +09:00
Yoshiya Hinosawa
de40243520
test(fs): improve copy() testing (#5084) 2024-06-20 18:14:34 +09:00
Yoshiya Hinosawa
bd55f3b5c3
refactor(fs): improve expandGlob() implementation and testing (#5089) 2024-06-20 16:39:45 +09:00
Asher Gomez
f863a2b241
chore(fs): release fs@1.0.0-rc.1 (#5091)
* chore(fs): release `fs@1.0.0-rc.1`

* graph
2024-06-20 16:43:18 +10:00
Yoshiya Hinosawa
b75d42a329
test(fs): improve ensureSymlink() test (#5087) 2024-06-20 12:23:08 +09:00
Yoshiya Hinosawa
c52c6ee057
refactor(fs): reduce the repetition in exists.ts (#5088) 2024-06-19 19:15:15 +09:00
Yoshiya Hinosawa
ec27c49cbf
test(fs): check ensureDir() is not racy (#5086) 2024-06-19 19:12:54 +09:00
Yoshiya Hinosawa
41a2da4788
refactor(fs): reduce the repetition in ensure_dir.ts (#5085) 2024-06-19 17:47:03 +09:00
David Luis
c0f87db914
refactor(fs): resolve directories when checking whether they are the same in isSubdir() (#5076)
refactor(fs): resolve directories when checking whether they are the same
2024-06-19 07:50:14 +10:00
denobot
652ac701b1
chore: release 2024.06.12 (#5031)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-12 15:22:43 +09:00
Asher Gomez
35c240eeed
docs(fs): improve documentation (#4788) 2024-06-07 15:54:50 +12:00
denobot
0ea4868542
chore: release 2024.06.06 (#4984)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-06 20:26:57 +09:00
Asher Gomez
fbfcd24f41
refactor(fs): cleanup use of @std/assert (#4948)
* refactor(fs): cleanup use of `@std/assert`

* tweaks

* update
2024-06-05 10:39:33 +09:00
Yoshiya Hinosawa
434a52eefa
chore(fmt,fs,path,internal): skip yanked version manually (#4753) 2024-05-16 20:04:16 +09:00
denobot
53e08775e3
chore: release 2024.05.07 (#4689)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-08 13:32:51 +09:00
Yoshiya Hinosawa
4c769f8175
chore(assert,fmt,fs,internal,path): skip yanked versions manually (#4683) 2024-05-07 16:26:05 +09:00
Yoshiya Hinosawa
8c9e96c402
chore: skip yanked versions (#4660) 2024-04-30 20:06:28 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09: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
denobot
2442373bdd
0.223.0 (#4588)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-04-16 01:31:19 +02:00
Asher Gomez
a6251703f7
docs(fs): polish documentation (#4526)
* refactor(datetime): rename `_common.ts` to `_date_time_formatter.ts`

* docs(fs): polish documentation

* work
2024-03-27 17:28:06 +11:00
Asher Gomez
9254339170
fix(fs): SubdirectoryMoveError extends Error correctly (#4528) 2024-03-27 17:09:09 +11:00
Asher Gomez
24a81a374e
chore(fs): remove test.ts (#4527) 2024-03-27 17:07:52 +11:00
Gabriele Belluardo
4da7440c62
chore: enable no-sync-fn-in-async-fn lint rule (#4471)
* chore: enable `no-sync-fn-in-async-fn` lint rule

* revert for serveTls test
2024-03-12 11:36:10 +11:00
Asher Gomez
f9dc5644a6
fix(fs): emptyDir() test after workspace conversion (#4427) 2024-03-04 18:19:00 +11:00
Asher Gomez
800b7bb729
fix(fs): expandGlob() test after workspace conversion (#4428) 2024-03-04 18:18:37 +11:00
ryota2357
1e0764dc23
fix(fs/ensure_symlink): check symlink is pointing the given target (#4371) 2024-02-28 11:50:33 +09:00
David Sherret
ef6b95f0c7
refactor: make the code work under verbatimModuleSyntax (#4406)
* Start

* Update

* Format

* Revert deno.json change

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-27 21:57:25 +00: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
Asher Gomez
f974a22def
BREAKING(path): remove glob.ts files (#4259) 2024-02-02 14:48:32 +09:00