Commit Graph

4447 Commits

Author SHA1 Message Date
Asher Gomez
3666d84513
feat(path/unstable): support URL in extname() (#5818)
* feat(path/unstable): support URL in `extname()`

* update

* fix

* fixes

* use fromFileUrl in window implementation

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-26 16:33:53 +09:00
Yoshiya Hinosawa
3cf1e611a6
test(cli): reduce flakiness of Spinner test (#5821) 2024-08-26 15:33:51 +09:00
Ian Bull
f1d04d6403
refactor(expect): align additional error messages (#5811) 2024-08-26 14:27:49 +09:00
Ian Bull
73987a1772
refactor(testing): align additional error messages (#5810) 2024-08-26 14:22:16 +09:00
Ian Bull
9a8b3a5d4e
refactor(csv): align additional error messages (#5796)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-26 14:11:55 +09:00
Asher Gomez
7314eec8d4
docs: update badge URL (#5787)
* docs: update badge URL

* remove badge

* update

* work

* work
2024-08-26 14:07:06 +09:00
Ian Bull
3c2ac9fe65
refactor(http): align additional error messages (#5791)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-26 14:05:00 +09:00
Yoshiya Hinosawa
600dfa47b1
test(uuid): assert error message of version() (#5819) 2024-08-26 13:45:37 +09:00
Ian Bull
96bc247998
refactor(uuid): align additional error messages (#5803) 2024-08-26 13:36:01 +09:00
Ian Bull
a8a1d42aa7
refactor(fs): align additional error messages (#5802) 2024-08-26 13:31:34 +09:00
Ian Bull
d51b349381
chore: add a note about error message format exception (#5797) 2024-08-26 13:00:27 +09:00
Tim Reichen
0019ac7c78
refactor(yaml): cleanup stringifyFlowMapping() (#5743)
* initial commit

* update

* update

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-26 12:13:33 +10:00
Tim Reichen
87b0df9c57
refactor(yaml): cleanup stringifyBlockSequence() (#5742)
* initial commit

* update

* update

* update

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-25 23:43:45 +00:00
Tim Reichen
7f78e956bb
refactor(yaml): cleanup detectType() (#5759)
initial commit
2024-08-26 09:31:25 +10:00
Tim Reichen
abfa1a229a
refactor(yaml): inline readPlainScalar() (#5813)
initial commit
2024-08-26 09:13:15 +10:00
Tim Reichen
b2129ee4cf
test(yaml): add undefined array entry test with skipInvalid option (#5814)
initial commit
2024-08-26 09:09:53 +10:00
Tim Reichen
b91817f29d
refactor(yaml): move getDuplicateReferences() into stringify() (#5804) 2024-08-25 18:18:47 +10:00
Tim Reichen
7f5318d80d
refactor(yaml): inline writeFoldedLines() (#5812) 2024-08-25 18:17:55 +10:00
Asher Gomez
a549b786bd
docs(expect): correct expect() docs (#5788) 2024-08-25 16:20:08 +10:00
Tim Reichen
08f40794c9
refactor(yaml): remove Mark class (#5805)
initial commit
2024-08-25 13:54:48 +10:00
Tim Reichen
6a93c48903
refactor(yaml): inline testDocumentSeparator() (#5793)
initial commit
2024-08-25 13:39:03 +10:00
Tim Reichen
b87ff9c12c
refactor(yaml): remove any types (#5782)
* initial commit

* update

* update
2024-08-25 13:38:17 +10:00
Ian Bull
c817a5a781
refactor(log): align additional error messages (#5801) 2024-08-24 23:55:45 +09:00
Ian Bull
8fc241182e
refactor(media-types): align additional error messages (#5800) 2024-08-24 23:52:47 +09:00
Ian Bull
4ff73ff487
refactor(jsonc): align additional error messages (#5799)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-24 23:51:51 +09:00
Tim Reichen
55fecde77c
test(front-matter): remove duplicate tests (#5808) 2024-08-24 23:51:15 +09:00
Tim Reichen
531145a08b
test(text): move case tests to separate files (#5807) 2024-08-24 23:41:36 +09:00
Tim Reichen
c8fe63417a
refactor(yaml): remove schema property from DumperState (#5798) 2024-08-24 13:55:41 +09:00
Tim Reichen
23cefc3068
refactor(yaml): remove type mod file (#5795) 2024-08-24 13:52:09 +09:00
Tim Reichen
95d7b4385b
refactor(yaml): inline skipSeparationSpace() (#5792) 2024-08-23 06:22:02 +00:00
Asher Gomez
2f95d2b046
docs(cache): tweak LruCache docs (#5790) 2024-08-23 14:12:01 +10:00
Ian Bull
77547f1e7d
refactor(semver): align additional error messages (#5785) 2024-08-23 12:39:56 +09:00
Ian Bull
479b258f99
refactor(encoding): align additional error messages (#5767)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-23 12:32:15 +09:00
Ian Bull
f1d3885994
refactor(path,streams): align additional error messages (#5718) 2024-08-23 12:31:01 +09:00
Tim Reichen
a81742a781
refactor(yaml): inline readLineBreak() (#5783) 2024-08-23 07:55:40 +10:00
Tim Reichen
f14f74b035
refactor(yaml): inline storeMappingPair() (#5779) 2024-08-23 07:47:49 +10:00
Tim Reichen
076acf5665
refactor(yaml): remove storeMappingPair() result null type (#5781)
initial commit

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-22 21:18:58 +00:00
Tim Reichen
60402c697f
test(yaml): add condenseFlow() test (#5780)
initial commit
2024-08-23 07:09:16 +10:00
Tim Reichen
bb0db58caa
refactor(yaml): inline mergeMappings() (#5777) 2024-08-22 23:01:34 +10:00
Tim Reichen
1d2d33ad1a
refactor(yaml): use Set in inspectNode() (#5778) 2024-08-22 22:11:25 +10:00
Asher Gomez
68eb6c3d0e
fix(http/unstable): match request method (#5772) 2024-08-22 21:05:39 +09:00
Asher Gomez
74a92c4acd
docs: cleanup README (#5770) 2024-08-22 20:44:24 +09:00
Tim Reichen
5e5827d59e
refactor(yaml): inline readBlockSequence() (#5776)
initial commit
2024-08-22 20:19:41 +10:00
Tim Reichen
310b1a35b2
refactor(yaml): inline captureSegment() (#5775) 2024-08-22 19:55:48 +10:00
Tim Reichen
0f84a54967
refactor(yaml): inline tagDirectiveHandler() (#5771)
initial commit
2024-08-22 18:29:51 +10:00
Tim Reichen
9bcab52637
refactor(yaml): cleanup stringifyFlowSequence() (#5744)
initial commit
2024-08-22 17:48:13 +10:00
Tim Reichen
9be9eaea4b
fix(front-matter): remove os specific newline (#5752)
initial commit
2024-08-22 17:43:11 +10:00
Asher Gomez
dea7d7701a
docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672)
* docs(archive,cli,html,http,net,streams,text): remove unstable Markdown alert

* update

* fix

* update

* fmt

* fix
2024-08-22 02:55:17 -04:00
Tim Reichen
afb9a4f336
refactor(log): make BaseHandler abstract (#5737)
initial commit
2024-08-22 16:46:53 +10:00
Ian Bull
833a24f088
refactor(async): align the error messages to the style guide (#5758)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-22 15:02:58 +09:00