You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: performance regression introduced by 290a1fd (PR #79)
There was an unintentional change to use the file path instead of tsconfig path for memoization, which changes for every file (whereas the tsconfig path is often the same for the whole project).
Fixes#90.
0 commit comments