Skip to content

feat!: add the compilerOptions option#683

Closed
mrazauskas wants to merge 8 commits intomainfrom
add-compilerOptions-flag
Closed

feat!: add the compilerOptions option#683
mrazauskas wants to merge 8 commits intomainfrom
add-compilerOptions-flag

Conversation

@mrazauskas
Copy link
Member

This PR adds the --compilerOptions command line option. It merges the provided options into the project's compiler options:

tstyche --compilerOptions '{ "lib": ["esnext"] }'

For example, it can be used to test different lib combinations (see #679).

@codacy-production
Copy link

codacy-production bot commented Feb 5, 2026

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.01% (target: -1.00%) 100.00% (target: 85.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (1cc7612) 7410 7309 98.64%
Head commit (729af3a) 7464 (+54) 7363 (+54) 98.65% (+0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#683) 66 66 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@mrazauskas mrazauskas changed the title feat: add the --compilerOptions command line option feat!: add the --compilerOptions command line option Feb 7, 2026
@mrazauskas mrazauskas changed the title feat!: add the --compilerOptions command line option feat!: add the compilerOptions option Feb 8, 2026
@mrazauskas
Copy link
Member Author

Closing in favor of #688

@mrazauskas mrazauskas closed this Feb 11, 2026
@mrazauskas mrazauskas deleted the add-compilerOptions-flag branch February 11, 2026 09:16
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.

1 participant