std/yaml/_type
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
..
binary.ts refactor(yaml): remove any types (#5782) 2024-08-25 13:38:17 +10:00
bool.ts refactor(yaml): boolean constants (#5699) 2024-08-18 11:58:11 +09:00
float.ts refactor(yaml): remove any types (#5782) 2024-08-25 13:38:17 +10:00
int.ts refactor(yaml): remove deprecated sexagesimal functionality for integer types (#5539) 2024-07-25 15:46:44 +09:00
map.ts refactor(yaml): add KindType generic type argument to Type (#5461) 2024-07-17 14:30:32 +10:00
merge.ts refactor(yaml): add KindType generic type argument to Type (#5461) 2024-07-17 14:30:32 +10:00
nil.ts test(yaml): improve coverage for nil Type (#5525) 2024-07-23 22:40:34 +09:00
omap.ts refactor(yaml): replace getObjectTypeString() with isPlainObject() (#5842) 2024-08-28 15:37:14 +10:00
pairs.ts refactor(yaml): simplify pair construct() function (#5844) 2024-08-28 17:20:19 +10:00
regexp.ts refactor(yaml): remove any types (#5782) 2024-08-25 13:38:17 +10:00
seq.ts refactor(yaml): add KindType generic type argument to Type (#5461) 2024-07-17 14:30:32 +10:00
set.ts refactor(yaml): remove any types (#5782) 2024-08-25 13:38:17 +10:00
str.ts refactor(yaml): add KindType generic type argument to Type (#5461) 2024-07-17 14:30:32 +10:00
timestamp.ts refactor(yaml): align additional error messages (#5806) 2024-08-27 14:03:26 +09:00
undefined.ts refactor(yaml): add KindType generic type argument to Type (#5461) 2024-07-17 14:30:32 +10:00