std/yaml
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
..
_type refactor(yaml): simplify pair construct() function (#5844) 2024-08-28 17:20:19 +10:00
_chars.ts refactor(yaml): add BOM constant (#5764) 2024-08-22 07:56:05 +10:00
_dumper_state.ts refactor(yaml): change error message in stringifyNode() (#5839) 2024-08-27 18:40:03 +10:00
_loader_state.ts refactor(yaml): inline readTagProperty() (#5849) 2024-08-28 17:11:23 +10:00
_schema.ts refactor(yaml): remove type mod file (#5795) 2024-08-24 13:52:09 +09:00
_type.ts refactor(yaml): remove ArrayObject (#5761) 2024-08-22 07:58:27 +10:00
_utils.ts refactor(yaml): replace getObjectTypeString() with isPlainObject() (#5842) 2024-08-28 15:37:14 +10:00
deno.json chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
mod.ts docs(yaml): document compatibility policy (#5542) 2024-07-25 15:48:11 +09:00
parse_test.ts refactor(yaml): align additional error messages (#5806) 2024-08-27 14:03:26 +09:00
parse.ts chore(yaml): fix typo in inline comment (#5845) 2024-08-27 23:51:27 +09:00
stringify_test.ts refactor(yaml): change error message in stringifyNode() (#5839) 2024-08-27 18:40:03 +10:00
stringify.ts refactor(yaml): add stringify() method to DumperState (#5707) 2024-08-19 12:55:32 +09:00