huozhi / bunchee

Zero config bundler for ECMAScript and TypeScript packages
https://npmjs.com/bunchee
861 stars 28 forks source link

fix: memory leak #493

Closed huozhi closed 3 months ago

huozhi commented 3 months ago

Related #491

Found that if we memoize the ts resolver handler, the types generation will cause memory leak..