How TypeScript/TSServer compiler cache and lazy evaluation actually work?
TL;DR What are hidden or not well-known mechanisms that can impact the check time of the TS Server ? Context Library I’ve written a lib that does quite some cool magic. I’ve followed TS guidelines for performance but I get lower performance than I would like regardless. I used tracing to see where the issue […]