dominikg / tsconfck

A utility to find and parse tsconfig files without depending on typescript
Other
293 stars 14 forks source link

a circle that involves references and extends can lock up tsconfck with cache #154

Closed dominikg closed 8 months ago

dominikg commented 9 months ago

Description

With a circle that includes both references and extends, it is possible to lock up tsconfck if you try to parse multiple members of the circle within the same Promise.all

see https://github.com/aleclarson/vite-tsconfig-paths/issues/132#issuecomment-1902718694

dominikg commented 8 months ago

fixed in 3.0.3 via #165