|
|
|
|
|
by rarkins
634 days ago
|
|
I tried it on https://github.com/renovatebot/renovate It deleted 100s of files, most of which were Jest test files, and potentially all of which were a mistake. I restored them all with `git restore $(git ls-files -d)`. I then ran `tsc` on the remaining _modified_ files and `Found 3920 errors in 511 files.` Obviously at that point I had no choice but to discard all changes and unfortunately I would not recommend this for others to even try. |
|