TypeStat icon indicating copy to clipboard operation
TypeStat copied to clipboard

Use incrementally updating language services instead of new ones between waves

Open JoshuaKGoldberg opened this issue 6 years ago • 0 comments

Whenever a wave is about to return mutations, the old fileNamesAndLanguageServicesCache is cleared. This is good for stability but bad for performance. It'd be nice to support incremental updates using the TypeScript API.

JoshuaKGoldberg avatar Dec 18 '18 21:12 JoshuaKGoldberg