vite icon indicating copy to clipboard operation
vite copied to clipboard

refactor: separate tsconfck caches per config in a weakmap

Open dominikg opened this issue 1 month ago • 8 comments

Description

alternative to https://github.com/vitejs/vite/pull/17304

the weakmap on config ensures that multiple vite devserver instances don't share the global tsconfck cache.

dominikg avatar May 25 '24 21:05 dominikg