-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fixes reading tsconfig and handling compilerOptions #1542
fix: fixes reading tsconfig and handling compilerOptions #1542
Conversation
I guess I should update this PR now :D |
😅 yeah that'd be great. But if you don't have the time and don't want to deal with merge conflicts from me skipping out for a half a year, no worries - lmk and I can step in! ❤️ |
6a2c6ef
to
d13b85d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1542 +/- ##
==========================================
- Coverage 74.81% 74.75% -0.07%
==========================================
Files 171 171
Lines 7108 7078 -30
Branches 1049 1039 -10
==========================================
- Hits 5318 5291 -27
+ Misses 1785 1781 -4
- Partials 5 6 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@JoshuaKGoldberg This is now ready for review. Sorry that it took so long! From test snapshots you can see that the compiler options looks much better now. There is no longer 2 nested compilerOptions. :) A lot type errors are also gone from integration tests, since now it's handling those options better. |
I need to revisit this again. I’m having hard time understanding why different change fixed another bug. But when putting together with this change with this change the bug appeared again. |
Not needed anymore |
PR Checklist
status: accepting prs
Overview
tsconfig
and handling the values.compilerOptions
have been changed.typestat.json
should not disablenoImplicitAny
ornoImplicitThis
if they are enabled intsconfig
.