egoist / tsup

The simplest and fastest way to bundle your TypeScript libraries.
https://tsup.egoist.dev
MIT License
9.21k stars 219 forks source link

upgrade chokidar to v4 #1200

Closed SuperchupuDev closed 1 month ago

SuperchupuDev commented 1 month ago

uses only one subdependency compared to 13, v4 dropped support for glob patterns but that behavior can still be replicated with no extra deps since tsup already uses a globbing library

Upvote & Fund

Fund with Polar

sxzz commented 1 month ago

I am very glad to accept a PR.