yaml/yaml_node library

Classes

YamlList
A read-only List parsed from YAML.
YamlMap
A read-only Map parsed from YAML.
YamlNode
An interface for parsed nodes from a YAML source tree.
YamlScalar
A wrapped scalar value parsed from YAML.

Functions

setSpan(YamlNode node, SourceSpan span) → void
Sets the source span of a YamlNode.