Commit Graph

3883 Commits

Author SHA1 Message Date
Asher Gomez
e561d36026
BREAKING(async): simplify deadline() logic, remove DeadlineError and improve errors (#5058) 2024-06-21 16:37:23 +10:00
Yoshiya Hinosawa
32d46e96f5
BREAKING(json): rename /common to /types (#5103) 2024-06-21 14:56:11 +09:00
Yoshiya Hinosawa
21e8ece519
docs(dotenv): improve dotenv docs (#5095) 2024-06-21 13:21:26 +09:00
Asher Gomez
cc8252df73
BREAKING(json): remove writableStrategy and readableStrategy options (#5097)
* BREAKING(json): remove `writableStrategy` and `readableStrategy` options

* fix
2024-06-21 14:20:36 +10:00
Madhav Ganesan
ab458a38fa
refactor(archive,expect,io,log,toml,yaml): remove private and public access modifiers (#5077)
* replaced public and private access modifiers #5066

* fix: run `deno fmt`

* fix: apply suggestions

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-21 14:13:08 +10:00
Asher Gomez
15ec8df047
chore(collections): release collections@1.0.0 (#4773)
* chore(collections): release `collections@1.0.0`

* fix
2024-06-20 21:44:03 +10:00
Yoshiya Hinosawa
de40243520
test(fs): improve copy() testing (#5084) 2024-06-20 18:14:34 +09:00
Yoshiya Hinosawa
09d758aaaa
test(jsonc): remove dead code and improve testing (#5093) 2024-06-20 18:13:50 +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
Doctor
5bcbb8f7f1
fix(streams): prevent earlyZipReadableStreams() from possibly using excessive memory (#5082)
* refactor(streams): `earlyZipReadableStreams`

* add(streams): test for cancelling stream

* chore(streams): fmt

* nit(streams): Make one line into two

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* improve(streams): test to assert all streams were actually cancelled

* adjust(streams): reason for cancelling streams

* tweak cancel reason

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-20 05:36:58 +00:00
Yoshiya Hinosawa
b75d42a329
test(fs): improve ensureSymlink() test (#5087) 2024-06-20 12:23:08 +09:00
Asher Gomez
572a53704b
test(streams): improve test coverage (#5078)
* tests(streams): improve test coverage

* tweak

* work

* work

* work

* work

* revert

* revert
2024-06-20 12:58:45 +10:00
Asher Gomez
1e12f5018c
chore(streams): release streams@1.0.0-rc.1 (#5074)
* chore(streams): release `streams@1.0.0`

* chore: add -rc.1

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-06-20 12:18:43 +10: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
Asher Gomez
6c598d5db5
chore: re-enable running v1.x in CI (#5080) 2024-06-19 15:56:14 +10:00
Asher Gomez
053798d139
BREAKING(async): make abortablePromise() and abortableAsyncIterable() private (#5056) 2024-06-19 15:26:44 +10: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
Yoshiya Hinosawa
1d0f658094
test(json): improve json testing (#5075) 2024-06-18 20:38:18 +09:00
Yoshiya Hinosawa
7e683c1d45
chore(cli): release cli@1.0.0-rc.1 (#5068) 2024-06-18 19:30:12 +09:00
Divy Srivastava
16fa0c8220
docs(json): lint @std/json docs (#4798)
* docs(json): lint `json/` docs

* Fix example

* skip eval of some examples

* fixes

* remove tmp.jsonl

* add example reading from a file

* add same example to constructor

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-06-18 10:10:57 +00:00
Yoshiya Hinosawa
6997e8b1fd
test(streams): improve DelimiterStream test cases (#5070) 2024-06-18 15:09:29 +09:00
Yoshiya Hinosawa
8ec230fea3
chore: fix dependency graph (#5069) 2024-06-18 13:38:08 +09:00
Asher Gomez
b5f9e3446c
refactor(testing): remove FakeTime.start setter (#5050)
* BREAKING(testing): remove `FakeTime.start` setter

* note

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-06-18 14:36:51 +10:00
Yoshiya Hinosawa
03856d0a96
chore(cli): make spinner unstable/experimental (#5067) 2024-06-18 13:31:23 +09:00
Asher Gomez
d93aa7c94e
chore: remove --table functionality from graph checker (#5064) 2024-06-18 12:36:16 +10:00
Yoshiya Hinosawa
4ba4beeb8e
chore: update dependency_graph.svg (#5063) 2024-06-17 19:42:09 +09:00
Yoshiya Hinosawa
f92bfe9659
test(streams): improve Buffer test (#5061) 2024-06-17 19:09:36 +09:00
Yoshiya Hinosawa
48379971dd
BREAKING(streams): remove iterateReader, readableStreamFromReader, readerFromIterable, readerFromStreamReader, writableStreamFromWriter, and writerFromStreamWriter (#5060) 2024-06-17 19:02:38 +09:00
denobot
cea0a14578
chore: release 2024.06.17 (#5062)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-17 18:53:28 +09:00
Asher Gomez
7867a60f14
refactor(cli): minor cleanups (#5052)
* refactor(cli): minor cleanups

* revert lazy initialization
2024-06-17 17:06:49 +10:00
Asher Gomez
935d665713
refactor(testing): remove use of public keyword (#5051) 2024-06-17 15:11:31 +12:00
Asher Gomez
f86c10ad8a
refactor(ulid): remove len argument from encodeTime() and encodeRandom() (#5054) 2024-06-17 15:11:11 +12:00
Yoshiya Hinosawa
635e062330
docs(testing): improve the docs of @std/testing (#5033)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-17 11:31:31 +09:00
Yoshiya Hinosawa
3754e8a27d
test(cli): improve spinner test coverage (#5047) 2024-06-17 11:28:58 +09:00
Yoshiya Hinosawa
2149e3465d
test(cli): improve test coverage (#5046) 2024-06-17 11:28:33 +09:00
Yoshiya Hinosawa
43bf28efcc
chore(streams): remove unused test util (#5048) 2024-06-17 11:27:30 +09:00
Klaas Skelte van der Werf
d35f8a3c2d
feat(http): support partitioned cookies (#5044) 2024-06-15 19:00:46 +12:00
Asher Gomez
1b2b9aff0c
chore(async): release async@1.0.0-rc.1 (#5035) 2024-06-15 18:58:49 +12:00
Yoshiya Hinosawa
3a930850c3
BREAKING(async): stop exporting ERROR_WHILE_MAPPING_MESSAGE (#5041) 2024-06-14 19:15:35 +09:00
Yoshiya Hinosawa
b3be4c96cd
chore(async): mark Tuple and TupleOf as @internal (#5042) 2024-06-14 19:15:05 +09:00
Yoshiya Hinosawa
d3f31b4a46
docs(async): improve module docs (#5039) 2024-06-14 19:14:32 +09:00
Yoshiya Hinosawa
df27fe8ad0
docs(async): avoid memory leak in example (#5040) 2024-06-14 19:13:44 +09:00
Michael Herzner
22b4d03d37
test(path): improve test coverage (#5038) 2024-06-14 11:54:18 +12:00
Asher Gomez
0ad578f16f
chore(msgpack): release msgpack@1.0.0-rc.1 (#5030) 2024-06-12 18:59:57 +12: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
f7ae2aa8d5
docs(msgpack): complete documentation (#5029) 2024-06-12 15:49:23 +12:00
Yoshiya Hinosawa
1fa6f0d3ff
test(msgpack): add test cases for encode() (#5028) 2024-06-12 11:15:18 +09:00