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: include types lost when generating dts #707

Merged
merged 4 commits into from Sep 7, 2023

Conversation

PeachScript
Copy link
Member

修复在生成 d.ts 时,通过 tsconfig include 的额外类型比如 global.d.ts 丢失导致编译报错的问题

Close #704

@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.13% 🎉

Comparison is base (9dbfe07) 94.19% compared to head (c22d1c1) 94.32%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #707      +/-   ##
==========================================
+ Coverage   94.19%   94.32%   +0.13%     
==========================================
  Files          54       54              
  Lines        1532     1534       +2     
  Branches      364      364              
==========================================
+ Hits         1443     1447       +4     
+ Misses         89       87       -2     
Files Changed Coverage Δ
src/builder/bundless/dts/index.ts 98.55% <ø> (-1.45%) ⬇️
src/builder/bundless/loaders/index.ts 80.48% <100.00%> (+6.06%) ⬆️
src/builder/bundless/loaders/javascript/index.ts 96.87% <100.00%> (+0.44%) ⬆️

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

@PeachScript PeachScript merged commit 3197293 into master Sep 7, 2023
9 checks passed
@delete-merged-branch delete-merged-branch bot deleted the hotfix/include-types-lost branch September 7, 2023 05:59
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.

included types lost error since 4.3.2
1 participant