mkdist icon indicating copy to clipboard operation
mkdist copied to clipboard

fix: relative declaration extension should match the extension of the code output

Open cjpearson opened this issue 11 months ago • 1 comments
trafficstars

Makes sure the extension used in the import inside the declaration file matches that of the output. When the output code is uses .mjs the import in the declaration should look like ./foo.mjs when addRelativeDeclarationExtensions is enabled.

cjpearson avatar Dec 16 '24 11:12 cjpearson

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.94%. Comparing base (9000888) to head (9f2aea8). Report is 106 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #272      +/-   ##
==========================================
+ Coverage   82.86%   83.94%   +1.08%     
==========================================
  Files          12       13       +1     
  Lines         852      978     +126     
  Branches      133      202      +69     
==========================================
+ Hits          706      821     +115     
- Misses        144      156      +12     
+ Partials        2        1       -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Dec 18 '24 13:12 codecov[bot]