This repository was archived by the owner on Feb 10, 2025. It is now read-only.
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
While parsing yaml it generates invalid tag for mapping #143
Open

Description
Content of data.yaml
file
name: !!set
? Mike
? Tyson
? Broke Lesner
data.yaml
file storing set
data and its valid I have tested it on https://www.yamllint.com/ but it generates error during parsing
File("data.yaml")
.readAsString()
.then(loadYamlDocuments)
.then(print);
Error that's generated:
Unhandled exception:
Error : Invalid tag for mapping.
╷
26 │ name: !!set
│ ┌───────^
27 │ │ ? Mike
│ └──^
Metadata
Metadata
Assignees
Labels
No labels