jonschlinkert / gray-matter

Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert
https://github.com/jonschlinkert
MIT License
3.97k stars 138 forks source link

Fix the CoffeeScript and TOML dependency injection #4

Closed RobLoach closed 10 years ago

RobLoach commented 10 years ago

Fix from #1 to only require the parser dependencies when needed. Any better ideas would be much appreciated.

jonschlinkert commented 10 years ago

went ahead and merged. I think this is good, thanks!

jonschlinkert commented 10 years ago

thanks for the additional readme docs too!