Skip to content

fix: set customConditions to undefined in TsCompiler#4718

Merged
ahnpnl merged 1 commit intomainfrom
fix/custom-conditions-ts
Mar 11, 2025
Merged

fix: set customConditions to undefined in TsCompiler#4718
ahnpnl merged 1 commit intomainfrom
fix/custom-conditions-ts

Conversation

@ahnpnl
Copy link
Copy Markdown
Collaborator

@ahnpnl ahnpnl commented Mar 11, 2025

Summary

customConditions is only available to Node16/NodeNext/Bundler module option, see https://www.typescriptlang.org/tsconfig/#customConditions

Fixes #4620

Test plan

Green CI

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

N.A.

`customConditions` is only available to `Node16`/`NodeNext`/`Bundler` module option, see https://www.typescriptlang.org/tsconfig/#customConditions

Fixes #4620
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 13797179741

Details

  • 8 of 8 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.009%) to 93.496%

Totals Coverage Status
Change from base Build 13780046165: 0.009%
Covered Lines: 4586
Relevant Lines: 4823

💛 - Coveralls

@ahnpnl ahnpnl marked this pull request as ready for review March 11, 2025 20:19
@ahnpnl ahnpnl requested a review from kulshekhar as a code owner March 11, 2025 20:19
@ahnpnl ahnpnl merged commit b091d70 into main Mar 11, 2025
14 checks passed
@ahnpnl ahnpnl deleted the fix/custom-conditions-ts branch March 11, 2025 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: customConditions are not reset in fixupCompilerOptionsForModuleKind

3 participants