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

Home Page:https://github.com/jonschlinkert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phantom dependencies usage for 'buffer'

EscapeB opened this issue · comments

I am using pnpm as package manager in my project and i turned off hoist options

Build process broke as can not resolve buffer package.

I think the usage for buffer package need to be declared in package.json.

#132 seems to contain the pending fix.

#132 seems to contain the pending fix.

Yeah, but this mr still not merged and can't be used.