feat(tsconfig): complete inheritance of compilerOptions fields#657
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. |
compilerOptions fields
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #657 +/- ##
==========================================
- Coverage 95.03% 95.00% -0.04%
==========================================
Files 12 12
Lines 2820 2860 +40
==========================================
+ Hits 2680 2717 +37
- Misses 140 143 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #657 will not alter performanceComparing Summary
Footnotes |
5e001e4 to
b9a250a
Compare
b9a250a to
38a84ae
Compare
a222341 to
0480460
Compare
38a84ae to
22528e9
Compare
Merge activity
|
Some `compilerOptions` fields were added without implementing the corresponding inheritance logic.
0480460 to
e8b1acd
Compare
22528e9 to
547bce7
Compare
## 🤖 New release * `oxc_resolver`: 11.6.2 -> 11.7.0 * `oxc_resolver_napi`: 11.6.2 -> 11.7.0 <details><summary><i><b>Changelog</b></i></summary><p> ## `oxc_resolver` <blockquote> ## [11.7.0](v11.6.2...v11.7.0) - 2025-08-25 ### <!-- 0 -->🚀 Features - *(tsconfig)* support `files` / `include` / `exclude` ([#659](#659)) (by @shulaoda) - feat(tsconfig) support `allowJs` in `compilerOptions` ([#658](#658)) (by @shulaoda) - #658 - *(tsconfig)* complete inheritance of `compilerOptions` fields ([#657](#657)) (by @shulaoda) ### <!-- 1 -->🐛 Bug Fixes - *(tsconfig)* respect Yarn PnP when resolving `extends` paths ([#656](#656)) (by @shulaoda) ### <!-- 6 -->🧪 Testing - *(tsconfig)* tweak jsx `extends` tests ([#666](#666)) (by @shulaoda) ### <!-- 9 -->💼 Other - Add comprehensive tests for tsconfig extends functionality ([#660](#660)) (by @Copilot) - #660 ### Contributors * @shulaoda * @renovate[bot] * @Copilot </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: Boshen <boshenc@gmail.com>

Some
compilerOptionsfields were added without implementing the corresponding inheritance logic.