Commit Graph

253 Commits

Author SHA1 Message Date
Asher Gomez
0b2497f16e
fix: update codebase to work with Deno RC (#6018)
* fix: update codebase to work with Deno RC

* work

* fix

* fix

* fix

* fixes

* work

* update

* fixes

* fix

* revert
2024-09-20 09:29:31 +10:00
denobot
67e9cfa0ff
chore: release 2024.09.04 (#5908)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00
Kenta Moriuchi
4d4bd0eb92
refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
Tim Reichen
6c684b8bc8
fix(yaml): handle string instances (#5897)
initial commit
2024-09-04 09:28:55 +10:00
Tim Reichen
df562b1d28
refactor(yaml): switch array test (#5898)
initial commit
2024-09-04 08:42:24 +10:00
Tim Reichen
890958ca48
fix(yaml): handle Boolean instances correctly (#5894) 2024-09-03 20:15:31 +09:00
Tim Reichen
538be90fe0
fix(yaml): handle integer number instances (#5895)
* initial commit

* update
2024-09-03 18:54:48 +10:00
Tim Reichen
25de700ed5
fix(yaml): handle float number instances (#5896)
initial commit
2024-09-03 18:50:34 +10:00
Tim Reichen
2d6c45e325
refactor(yaml): simplify stringifyBlockMapping() (#5885)
* initial commit

* update
2024-09-03 14:54:10 +10:00
Tim Reichen
d01e301921
fix(yaml): fix sortKey error message (#5873)
initial commit
2024-09-03 14:52:38 +10:00
Tim Reichen
8abff456f8
refactor(yaml): cleanup utility functions (#5886)
initial commit
2024-09-03 08:08:15 +10:00
Tim Reichen
f80d8d1519
refactor(yaml): cleanup str type (#5879)
initial commit
2024-09-03 08:05:03 +10:00
Tim Reichen
e92bc0cced
refactor(yaml): simplify seq type (#5878)
initial commit
2024-09-03 07:47:51 +10:00
Tim Reichen
23f47386ea
test(yaml): add invalid represent type test (#5874)
* initial commit

* update
2024-09-02 17:46:17 +10:00
Tim Reichen
aa757d8803
refactor(yaml): simplify merge type (#5877) 2024-09-02 15:54:30 +09:00
Tim Reichen
f86e91119f
test(yaml): add positive timezone timestamp test (#5881) 2024-09-02 11:22:12 +09:00
Tim Reichen
d279c0a49a
test(yaml): add int type tests (#5868)
initial commit
2024-08-30 10:02:13 +10:00
Tim Reichen
15bf9115dd
refactor(yaml): simplify set type (#5867) 2024-08-30 09:42:56 +10:00
Tim Reichen
a26ce0fb4a
test(yaml): add set type test (#5866)
initial commit
2024-08-30 09:35:49 +10:00
Tim Reichen
b7efc57d4f
refactor(yaml): simplify regexp type (#5860)
initial commit

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-30 08:58:14 +10:00
Tim Reichen
0b59bfd465
test(yaml): add regexp type tests (#5862)
* initial commit

* update

* update
2024-08-30 08:53:08 +10:00
Tim Reichen
fab118b515
refactor(yaml): move duplicate and duplicateIndex (#5836)
* initial commit

* update
2024-08-30 08:52:17 +10:00
Tim Reichen
0a71a4d3db
refactor(yaml): inline composeNode() (#5861)
* initial commit

* update
2024-08-29 17:43:20 +10:00
Tim Reichen
745c4a61ae
refactor(yaml): simplify resolve() for pairs (#5852)
initial commit
2024-08-29 10:38:29 +10:00
Tim Reichen
2c4287178a
refactor(yaml): simplify null type (#5858)
initial commit
2024-08-29 10:17:00 +10:00
Tim Reichen
11fce1a431
refactor(yaml): simplify boolean type (#5859)
initial commit
2024-08-29 10:15:38 +10:00
Tim Reichen
a7e072881c
refactor(yaml): inline readAlias() (#5856)
initial commit
2024-08-29 09:49:40 +10:00
Tim Reichen
a55ee9c84d
refactor(yaml): inline readAnchorProperty() (#5853) 2024-08-28 17:33:07 +10:00
Tim Reichen
c7835496e4
refactor(yaml): simplify omap resolve() (#5843)
* initial commit

* update
2024-08-28 17:22:55 +10:00
Tim Reichen
8770ff156c
refactor(yaml): simplify pair construct() function (#5844)
* initial commit

* Update yaml/_type/pairs.ts

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

* update

* update

* update

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-28 17:20:19 +10:00
Tim Reichen
937da3966e
refactor(yaml): inline readTagProperty() (#5849)
initial commit
2024-08-28 17:11:23 +10:00
Tim Reichen
29fdb0d536
refactor(yaml): replace getObjectTypeString() with isPlainObject() (#5842)
* initial commit

* fmt
2024-08-28 15:37:14 +10:00
Tim Reichen
f7fe38a182
refactor(yaml): inline readBlockMapping() (#5847)
initial commit
2024-08-28 10:34:06 +10:00
Tim Reichen
cde346da13
refactor(yaml): inline readBlockScalar() (#5841) 2024-08-28 06:35:05 +10:00
familyboat
baa5086dff
chore(yaml): fix typo in inline comment (#5845) 2024-08-27 23:51:27 +09:00
Tim Reichen
ab2c1cd7ca
refactor(yaml): inline readFlowCollection() (#5840) 2024-08-27 18:40:56 +10:00
Tim Reichen
3dbccc5a84
refactor(yaml): change error message in stringifyNode() (#5839) 2024-08-27 18:40:03 +10:00
Tim Reichen
eeaada9c18
test(yaml): add duplicate binary references test (#5837) 2024-08-27 18:26:08 +10:00
Tim Reichen
2b66301364
refactor(yaml): inline readDoubleQuotedScalar() (#5838) 2024-08-27 18:24:42 +10:00
Ian Bull
64d80042b1
refactor(yaml): align additional error messages (#5806)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-27 14:03:26 +09:00
Tim Reichen
95ad45b118
test(yaml): add undefined array entry with skipInvalid and flowLevel options test (#5828)
initial commit
2024-08-27 09:27:21 +10:00
Tim Reichen
78bb214da3
test(yaml): add duplicate array reference test (#5825)
initial commit
2024-08-27 09:22:54 +10:00
Tim Reichen
52c65f9bb6
refactor(yaml): move isObject() (#5823)
* initial commit

* Update yaml/_dumper_state.ts

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-26 23:16:52 +00:00
Tim Reichen
7fc1940d96
refactor(yaml): inline readSingleQuotedScalar() (#5827)
initial commit
2024-08-26 21:07:48 +10:00
Tim Reichen
3946983d7c
test(yaml): add undefined object entry with skipInvalid and flowLevel option test (#5829) 2024-08-26 18:56:26 +09:00
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
Tim Reichen
37d3350c90
refactor(yaml): use isObject() (#5822) 2024-08-26 07:39:57 +00: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