SuperchupuDev / tinyglobby

A fast and minimal alternative to globby and fast-glob
https://npmjs.com/package/tinyglobby
MIT License
149 stars 9 forks source link

explicitly import `node:process` for Deno support #35

Closed benmccann closed 2 months ago

pkg-pr-new[bot] commented 2 months ago

Open in Stackblitz

pnpm add https://pkg.pr.new/tinyglobby@35
pnpm add https://pkg.pr.new/tinyglobby@35

commit: 8c2f51d

SuperchupuDev commented 2 months ago

the bundler strips the node: prefix which makes it not work on deno, sadly it can't preserve it while maintaining node 12 compatibility image