Package Exports
- yaml-ast-parser
- yaml-ast-parser/dist/schema
- yaml-ast-parser/dist/schema/default_safe
- yaml-ast-parser/dist/type
- yaml-ast-parser/dist/type/js/regexp
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 (yaml-ast-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
yaml-ast-parser
This is a fork of JS-YAML which supports parsing of YAML into AST.
In additional to parsing YAML to AST, it has following features:
- restoration after the errors and reporting errors as a part of AST nodes.
- built-in support for
!include
tag used in RAML