-
-
Notifications
You must be signed in to change notification settings - Fork 33
fix: skip loading tsconfig.json from virtual module paths #809
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: skip loading tsconfig.json from virtual module paths #809
Conversation
How to use the Graphite Merge QueueAdd the label merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #809 +/- ##
==========================================
+ Coverage 93.63% 93.79% +0.15%
==========================================
Files 17 17
Lines 3095 3092 -3
==========================================
+ Hits 2898 2900 +2
+ Misses 197 192 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #809 will not alter performanceComparing Summary
Footnotes
|
Merge activity
|
refs #758 fixes, vitejs/rolldown-vite#477 The tests passes without the change, but covers the new `if`. To make a test that fails, we need to configure the cwd to a different path, but that makes the test more complex, so I didn't do that.
393c5c7 to
7ea7e65
Compare

refs #758
fixes, vitejs/rolldown-vite#477
The tests passes without the change, but covers the new
if. To make a test that fails, we need to configure the cwd to a different path, but that makes the test more complex, so I didn't do that.