Package Exports
- @travetto/yaml
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@travetto/yaml) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
travetto: Yaml
In the desire to provide a minimal footprint, the framework provides a very minimal YAML parser/serializer to handle standard configuration structure. Additionally, if the yaml support is too minimal, simply installing js-yaml will override the serialization/parsing behavior to js-yaml's strict implementation.
YamlUtil is the main access point for this module, and will expose two method, parse and serialize.