Skip to content

Conversation

PeachScript
Copy link
Member

修复同时更改多个文件时,部分文件的输出会丢失的 bug,原因是错误的 debounce 逻辑导致部分文件变更被忽略了

@PeachScript PeachScript requested a review from sorrycc February 8, 2023 08:12
@codecov
Copy link

codecov bot commented Feb 8, 2023

Codecov Report

Base: 94.18% // Head: 94.27% // Increases project coverage by +0.08% 🎉

Coverage data is based on head (f23369c) compared to base (4a33fd4).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #576      +/-   ##
==========================================
+ Coverage   94.18%   94.27%   +0.08%     
==========================================
  Files          51       51              
  Lines        1376     1380       +4     
  Branches      320      320              
==========================================
+ Hits         1296     1301       +5     
+ Misses         79       77       -2     
- Partials        1        2       +1     
Impacted Files Coverage Δ
src/builder/bundless/index.ts 91.57% <100.00%> (+0.37%) ⬆️
src/builder/bundless/loaders/javascript/swc.ts 78.12% <0.00%> (ø)
src/builder/bundless/dts/index.ts 89.83% <0.00%> (+1.69%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sorrycc sorrycc merged commit a079f1f into master Feb 9, 2023
@delete-merged-branch delete-merged-branch bot deleted the hotfix/watch-lost-partial-files branch February 9, 2023 01:28
@PeachScript PeachScript linked an issue Feb 9, 2023 that may be closed by this pull request
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.

father dev + webstorm refactor 监听不到非当前文件的改动
2 participants