mkdist icon indicating copy to clipboard operation
mkdist copied to clipboard

fix(dts): force emit dts for build-in vue loader

Open Teages opened this issue 8 months ago • 1 comments

resolve #249

see https://github.com/nuxt-contrib/vue-sfc-transformer/pull/22 https://github.com/nuxt-contrib/vue-sfc-transformer/pull/20

The new build-in loader will skip dts generation for .vue files which is no need to transfrom, this caused a regression in issue #249

Teages avatar Apr 08 '25 15:04 Teages

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 84.87%. Comparing base (9000888) to head (b0b56b5). :warning: Report is 107 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #301      +/-   ##
==========================================
+ Coverage   82.86%   84.87%   +2.01%     
==========================================
  Files          12       12              
  Lines         852      992     +140     
  Branches      133      204      +71     
==========================================
+ Hits          706      842     +136     
- Misses        144      149       +5     
+ 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 Apr 08 '25 15:04 codecov[bot]