Commit Graph

20 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
Tim Reichen
23cefc3068
refactor(yaml): remove type mod file (#5795) 2024-08-24 13:52:09 +09: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
Tim Reichen
9a66879102
refactor(yaml): use Maps for TypeMap (#5694) 2024-08-19 13:06:43 +09:00
Tim Reichen
1ab4880823
refactor(yaml): redefine include as optional Schema (#5693) 2024-08-17 16:38:24 +09:00
Asher Gomez
606838bace
docs(fmt,fs,text,yaml): fix Markdown alerts (#5568) 2024-07-29 21:31:14 +10:00
Asher Gomez
9d572e086a
docs(yaml): correct core schema note (#5552) 2024-07-26 17:01:42 +09:00
Asher Gomez
e689f43eee
docs(yaml): document different schemas (#5531)
* docs(yaml): document different schemas

* work
2024-07-24 15:26:56 +09:00
Asher Gomez
8b8333f1fd
refactor(yaml): add KindType generic type argument to Type (#5461) 2024-07-17 14:30:32 +10:00
Asher Gomez
07af28c275
refactor(yaml): remove dead code in Schema constructor (#5445) 2024-07-16 13:20:13 +02:00
Asher Gomez
d50ba9bdf1
refactor(yaml): make Type.kind required (#5442) 2024-07-16 14:28:29 +10:00
Tim Reichen
24c7dc39b7
refactor(yaml): make Type generic (#5394)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-11 17:20:57 +09:00
Tim Reichen
7e464c36a9
refactor(yaml): replace implicit any[] type with Type[] (#5393)
initial commit
2024-07-11 09:48:04 +10:00
Tim Reichen
9dafbfbcc4
refactor(yaml): remove Any type (#5306) 2024-07-09 18:22:53 +09:00
Asher Gomez
44a54dfc93
refactor(yaml): remove obsolete static Schema.SCHEMA_DEFAULT property (#5326) 2024-07-05 18:11:24 +10:00
Tim Reichen
832be240ea
refactor(yaml): remove inferred Schema type (#5252)
initial commit
2024-07-02 20:40:53 +10:00
Tim Reichen
b15707dc53
refactor(yaml): simplify schema (#5236)
* initial commit

* remove default schema option

* Update yaml/stringify.ts

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

* revert schema strings

* refactor: use `Map` for `SCHEMA_MAP`

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-02 08:42:32 +10:00
Asher Gomez
ef71997cb4
refactor(yaml): consolidate yaml/schema/*.ts code into yaml/_schema.ts (#5225) 2024-07-01 18:13:21 +09:00
Yoshiya Hinosawa
05f25df97e
refactor(yaml): remove dead code (#5189) 2024-06-29 16:37:42 +09:00
Yoshiya Hinosawa
2ad437d04f
BREAKING(yaml): make Schema and Type private and stop supporting user-defined schemas (#5175)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-28 19:28:55 +09:00