Skip to content
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: recognize .mts and .cts extensions as TS files #474

Merged
merged 7 commits into from
Jun 26, 2024
Merged

fix: recognize .mts and .cts extensions as TS files #474

merged 7 commits into from
Jun 26, 2024

Conversation

wellwelwel
Copy link
Owner

Closes #356.

Copy link

codecov bot commented Jun 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (716cf5c) to head (9b0d807).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #474   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           32        31    -1     
  Lines         3484      3497   +13     
  Branches       540       544    +4     
=========================================
+ Hits          3484      3497   +13     
Flag Coverage Δ
linux-parallel 99.91% <100.00%> (+0.05%) ⬆️
linux-parallel-options 100.00% <100.00%> (+0.05%) ⬆️
linux-sequential ?
linux-sequential-options ?
osx-parallel 95.36% <100.00%> (+0.01%) ⬆️
osx-parallel-options 95.45% <100.00%> (+0.01%) ⬆️
osx-sequential 95.22% <100.00%> (+0.01%) ⬆️
osx-sequential-options 95.31% <100.00%> (+0.01%) ⬆️
windows-parallel 94.85% <100.00%> (+0.01%) ⬆️
windows-parallel-options 94.93% <100.00%> (+0.01%) ⬆️
windows-sequential ?
windows-sequential-options ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wellwelwel wellwelwel marked this pull request as ready for review June 26, 2024 10:55
@wellwelwel wellwelwel merged commit c073ed3 into main Jun 26, 2024
38 checks passed
@wellwelwel wellwelwel deleted the ext branch June 26, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recognize “.mts” and “.cts” extensions as TypeScript files
1 participant