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
refactor(cli): simplify cache key and fix cache fragmentation
- Remove argv from cache key (was causing cache fragmentation due to argument order)
- Use absolute paths instead of relative paths
- Include languages in cache key to distinguish --project vs --vue-project
- Simplify cache directory structure: tmpdir/tsslint-cache/{version}/
0 commit comments