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 typing issues #77

Closed robertmassaioli closed 5 years ago

robertmassaioli commented 6 years ago

When you have types in a function declaration you should give the arguments a name. Here are some proposed names.

screen shot 2018-09-18 at 9 31 03 am
robertmassaioli commented 6 years ago

Is there a chance you could look at this @jonschlinkert ? I notice that there are a number of Typescript PR'S open.

robertmassaioli commented 5 years ago

Ping @jonschlinkert

robertmassaioli commented 5 years ago

This has been resolved in: https://github.com/jonschlinkert/gray-matter/pull/74