stoplightio / yaml

Useful functions when working with YAML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove js-yaml dep

marbemac opened this issue · comments

@pytlesk4 - #3 added a js-yaml dep. This effectively doubles the size of this library, since yaml-ast-parser is a fork of js-yaml. We should remove the js-yaml dep, and instead use yaml-ast-parser. As you can see, it contains the same methods (like safeDump): https://github.com/mulesoft-labs/yaml-ast-parser/search?q=safeDump&unscoped_q=safeDump

Resolved by #5.