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

feat(findExports): support for exports destructuring #133

Merged
merged 2 commits into from Jan 5, 2023
Merged

Conversation

antfu
Copy link
Member

@antfu antfu commented Jan 5, 2023

@codecov
Copy link

codecov bot commented Jan 5, 2023

Codecov Report

Merging #133 (626053e) into main (2a6baa7) will increase coverage by 1.88%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
+ Coverage   67.81%   69.69%   +1.88%     
==========================================
  Files          13       13              
  Lines        2209     2231      +22     
  Branches      233      247      +14     
==========================================
+ Hits         1498     1555      +57     
+ Misses        692      670      -22     
+ Partials       19        6      -13     
Impacted Files Coverage Δ
src/analyze.ts 98.34% <100.00%> (+0.61%) ⬆️
src/utils.ts 82.25% <100.00%> (ø)
lib/import-meta-resolve/resolve.js 56.29% <0.00%> (+1.03%) ⬆️
lib/import-meta-resolve/package-json-reader.js 100.00% <0.00%> (+2.38%) ⬆️
lib/import-meta-resolve/errors.js 81.25% <0.00%> (+3.12%) ⬆️
src/resolve.ts 85.82% <0.00%> (+4.72%) ⬆️
src/syntax.ts 95.45% <0.00%> (+5.68%) ⬆️

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

@pi0 pi0 changed the title fix(findExports): support for exports destructuring feat(findExports): support for exports destructuring Jan 5, 2023
@pi0 pi0 merged commit 7e877b6 into main Jan 5, 2023
@pi0 pi0 deleted the feat/export-destruct branch January 5, 2023 11:19
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.

Destructured exports are not registered
2 participants