Giter VIP home page Giter VIP logo

Comments (4)

cj81499 avatar cj81499 commented on May 22, 2024 2

This makes gray-matter difficult to use in Deno. It seems to work (without proper types) from https://jspm.dev, but fails from https://cdn.pika.dev (but types work).

from gray-matter.

bniedermeyer avatar bniedermeyer commented on May 22, 2024

This unfortunately also makes the library almost unusable for Angular based projects since they no longer supply shims for node types that don't exist in the browser in the Angular CLI.

from gray-matter.

robertmassaioli avatar robertmassaioli commented on May 22, 2024

Since Buffer is not available in the browser, when compiling...

This is an excellent point.

Looking at the typings, it seems that Buffer is used, unnecessarily in one place and for an input type in another. I think we can remove it from the typings and provide and example in the Readme to show how to use buffers instead of strings.

However, to make such a change would be a breaking change, not to the APIs but to the types.

@jonschlinkert my proposal would be:

  1. We fix the typings to remove all references to Buffer. These changes are pushed to a 5.x branch.
  2. We update the README file to explain how to use Buffer with gray-matter.
  3. We release the 5.x branch when ready.

@jonschlinkert What is the process WRT releasing a new major release? When we are ready?

from gray-matter.

patarapolw avatar patarapolw commented on May 22, 2024

I can easily install @types/node, but apparently, this is not compatible with @types/webpack-env

I found a solution, if I need to browserify or Webpack,

type Buffer = any

from gray-matter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.