0.0.9 • Published 6 years ago

node-yaml-parser v0.0.9

Weekly downloads
35
License
MIT
Repository
github
Last release
6 years ago

yaml-parser

A yaml parser which converts yaml file to ast. It is very similar to JS-YAML/YAML-AST-PARSER which supports parsing of YAML into AST with some additional features:

  • trying to correct errors during parsing, eg the yaml foo:bar will be fixed as foo: bar
  • including comment/tag/colon/block start indicator/document start&end

Example

It will convert the following yaml to ast:

Local Development

The whole project is written in javascript@es6, please refer to https://babeljs.io/ if you have any difficulties about babel. Use npm run build to convert them into old javascript style which may be more friendly to old node.js versions.

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago