Commit Graph

4530 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
210402c6d2
chore: check import map versions more strictly (#5746) 2024-08-21 14:43:21 +09:00
Ian Bull
70011e9155
refactor(archive,cache,datetime,fmt,front-matter): align error messages to the style guide (#5706)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-21 14:42:02 +09:00
Yoshiya Hinosawa
8e96c1992f
feat(path/unstable): support URL input in dirname() (#5747) 2024-08-21 14:28:58 +09:00
Ian Bull
5092c7e9f1
refactor(webgpu): align additional error messages (#5754)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-21 14:04:27 +09:00
Tim Reichen
644e03b817
perf(cli,http,ini,internal,media-types): replace trim() comparisons with regexps (#5751) 2024-08-21 13:50:18 +09:00
Tim Reichen
b8d31866a0
refactor(yaml): replace chooseScalarType() callback with implicitTypes argument (#5750)
initial commit
2024-08-21 10:14:19 +10:00
Tim Reichen
99200dcd90
refactor(yaml): remove variable underscore (#5741) 2024-08-20 18:32:45 +10:00
Tim Reichen
6c70fa9cb6
refactor(yaml): rename DumperState methods (#5738)
* initial commit

* update
2024-08-20 07:42:39 +00:00
Asher Gomez
d6fde648e2
docs(archive): complete documentation (#5636)
* docs(archive): complete documentation

* work

* work

* work

* work

* fixes
2024-08-20 17:13:54 +10:00
Tim Reichen
701b6df3df
refactor(yaml): remove dump property (#5683)
* initial commit

* update
2024-08-20 17:13:19 +10:00
Tim Reichen
9ed80af65f
refactor(yaml): remove tag property (#5689)
* initial commit

* update

* tweak

* Update _dumper_state.ts

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

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-20 06:09:58 +00:00
Tim Reichen
8cb84965e4
refactor(yaml): cleanup Schema (#5715)
* initial commit

* update

* update

* update

* update

* update

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-20 14:32:08 +10:00
Asher Gomez
86aeb5e17a
chore: re-enable browser compat (#5731)
* chore: re-enable browser compat

* fix
2024-08-20 13:58:45 +10:00
lionel-rowe
5926aeb60b
fix(csv): accept readonly cell/header data (#5734) (#5735)
feat(csv): accept readonly cell/header data (#5734)
2024-08-20 13:57:52 +10:00
Asher Gomez
7632ab087f
docs(datetime): add constants to module docs (#5732) 2024-08-20 12:46:32 +09:00
Asher Gomez
55d5524a9b
chore(async): add browser-compat declarations (#5730) 2024-08-20 12:46:06 +09:00
Ian Bull
11513e0655
refactor(io): create a style guide for error messages, align error messages to the style guide (#5671)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-20 12:27:43 +09:00
Asher Gomez
6521b76d92
chore: re-enable Deno v1 in CI (#5729) 2024-08-20 12:26:05 +09:00
Tim Reichen
2d6ae7d470
refactor(log): replace protected properties with Symbols (#5724) 2024-08-20 12:18:30 +09:00
Tim Reichen
06da501da6
refactor(crypto): remove old unused _fnv folder (#5716)
* initial commit

* remove files
2024-08-20 09:42:34 +10:00
Tim Reichen
b929d05156
test(yaml): add test for deprecated boolean syntax (#5713)
* initial commit

* Update yaml/stringify_test.ts

* Update yaml/stringify_test.ts

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-20 09:38:22 +10:00
Yoshiya Hinosawa
75cb7674f1
chore: avoid deno.lock incompatibility in ci (#5726) 2024-08-19 22:01:51 +09:00
Yoshiya Hinosawa
757a6af8c0
chore: fix workspace package versions (#5710) 2024-08-19 20:53:06 +09:00
Tim Reichen
f3a22c0553
refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
Tim Reichen
36817b7985
test(yaml): add edge case test for stringify (#5704) 2024-08-19 13:24:21 +09:00
Yoshiya Hinosawa
19675cd695
chore: fix formatting of markdown file (#5721) 2024-08-19 13:21:30 +09:00
Tim Reichen
9a66879102
refactor(yaml): use Maps for TypeMap (#5694) 2024-08-19 13:06:43 +09:00
Tim Reichen
aa836f2d9b
refactor(yaml): add stringify() method to DumperState (#5707)
initial commit
2024-08-19 12:55:32 +09:00
Kevin Zou
cb3dd2baa5
docs(assert): add additional example in assertObjectMatch docs (#5703) 2024-08-19 12:38:36 +09:00
Tim Reichen
1bc290b1ac
refactor(yaml): boolean constants (#5699) 2024-08-18 11:58:11 +09:00
Tim Reichen
ec52491b00
refactor(yaml): use Set for overridableKeys (#5697) 2024-08-17 16:46:02 +09:00
Tim Reichen
17c372f271
refactor(yaml): use Map for tagMap and anchorMap (#5696) 2024-08-17 16:41:08 +09:00
Tim Reichen
1ab4880823
refactor(yaml): redefine include as optional Schema (#5693) 2024-08-17 16:38:24 +09:00
Yusuke Tanaka
de9f8d2db1
feat(assert/unstable): add assertNever (#5690)
This commit adds a new function `assertNever` to the `assert` submodule.

This function is particularly useful when we want to check whether we properly
handle all the variants of a discriminated union. Ref:
https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html#union-exhaustiveness-checking

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-16 08:10:23 -07:00
Milly
8d1d2d7739
fix(testing): fix IsExact edge cases (#5676) 2024-08-16 20:28:29 +09:00
Tim Reichen
010784cd03
refactor(yaml): remove schema property (#5692) 2024-08-16 19:17:58 +09:00
Tim Reichen
10691731ef
refactor(yaml): make version property required (#5691)
initial commit
2024-08-16 19:16:30 +09:00
Yusuke Tanaka
43f2a2dffd
chore: support expect-error directive in code snippets evaluator (#5688)
This commit adds support for `expect-error` directive in code snippets
evaluator, which allows example snippets to have ones that are expected to fail
either at compile time or runtime.
2024-08-16 02:58:01 -07:00
Yoshiya Hinosawa
7de150d2f3
fix(front-matter): allow whitespaces after the header (#5685) 2024-08-16 18:29:36 +09:00
denobot
f7f275bd3b
chore: release 2024.08.16 (#5687)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-16 15:33:08 +09:00
Tim Reichen
233f5fe24f
refactor(yaml): remove result property (#5684) 2024-08-16 12:51:41 +09:00
Tim Reichen
6677134afd
feat(text/unstable): add slugify() function (#5646)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-14 19:45:59 +09:00
Asher Gomez
88b35ec82e
refactor(http): use methods module in file-server module (#5668) 2024-08-11 03:42:34 +09:00
Asher Gomez
c42ad35c17
docs: add @std/cache to packages table (#5667)
docs(cache): add `@std/cache` to packages table
2024-08-11 03:42:11 +09:00
Asher Gomez
d00becc8fe
chore(cache): add @experimental JSDoc tag to public symbols (#5666) 2024-08-11 03:41:51 +09:00
Asher Gomez
36cafcf5ee
test(encoding): cleanup base32 tests (#5665)
* test(encoding): cleanup base32 tests

* x
2024-08-11 03:41:08 +09:00
David Luis
1428c9c94c
perf(uuid): make uuidToBytes() up to 2.5x faster (#5670)
perf(uuid): make `uuidToBytes` up to 2.5x faster
2024-08-10 08:48:05 +02:00
Doctor
d5e31807c5
feat(streams/unstable): toLines() (#5121)
* feat(streams): add toLines

* chore(streams): remove testing code

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

* chore(streams): fmt

* adjust(streams): change toLines return type to `ReadableStream<string>`

- Change the return type from `AsyncGenerator<string>` to `ReadableStream<string>`
- Change `readable` to only be of type `ReadableStream<Uint8Array>`
- Add `options` argument of type `PipeOptions.`

* work

* work

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-09 13:26:39 +02:00
Ben McLean
96da26cd73
feat(encoding/unstable): decodeBase32Hex() and encodeBase32Hex() (#4931)
* Added base32hex support.

* Refactored.

* Tried fixing documentation examples.

* Marked examples as no-eval.

* Trying to fix `task ok`.

* Reverted accidental change.

* Fixed JSDoc examples.

* fix

* adjustments

* refactor: add `@experimental` JSDoc tag

* work

* clean up tests

* fixes

* fix

* compat

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-09 11:57:21 +02:00
Tim Reichen
7edeba4ba7
fix(datetime): handle am / pm variants (#5406)
* initial commit

* update

* update

* Merge branch 'main' into datetime-fix-am/pm-variants

* clean diff

* add pm tests

* remove dead code

* update

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-09 11:20:41 +02:00