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: handle .cts and .mts as typescript #162

Merged
merged 1 commit into from
Jul 18, 2023
Merged

fix: handle .cts and .mts as typescript #162

merged 1 commit into from
Jul 18, 2023

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Jul 18, 2023

πŸ”— Linked issue

Resolves #138

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Handle .cts and .mts as typescript sources and generate them into the output

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #162 (59a1c8c) into main (15085da) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #162      +/-   ##
==========================================
+ Coverage   96.32%   96.34%   +0.01%     
==========================================
  Files           8        8              
  Lines         572      574       +2     
  Branches      103      102       -1     
==========================================
+ Hits          551      553       +2     
  Misses         21       21              
Impacted Files Coverage Ξ”
src/loaders/js.ts 94.20% <100.00%> (+0.17%) ⬆️

@pi0
Copy link
Member Author

pi0 commented Jul 18, 2023

Merging to quickly move forward (please ping or feel free to PR for fixing if it is not complying any spec)

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.

Declarations not genered to .mts and .cts files
1 participant