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: package should work normal #14

Merged
merged 7 commits into from
Jul 25, 2023
Merged

fix: package should work normal #14

merged 7 commits into from
Jul 25, 2023

Conversation

nonzzz
Copy link
Owner

@nonzzz nonzzz commented Jul 25, 2023

Background

After we migrate to tsup. It seem break previous behavior.

  • await import has been transform. But we won't need it.
  • typesVersions cause type error.
  • Fix codeGen filter logic.

#13 #12

@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Patch coverage: 68.18% and project coverage change: +82.32% 🎉

Comparison is base (bafe9b0) 0.00% compared to head (6a31ff5) 82.32%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #14       +/-   ##
===========================================
+ Coverage        0   82.32%   +82.32%     
===========================================
  Files           0        5        +5     
  Lines           0      560      +560     
  Branches        0       89       +89     
===========================================
+ Hits            0      461      +461     
- Misses          0       99       +99     
Files Changed Coverage Δ
src/code-gen.ts 83.81% <0.00%> (ø)
src/vm.ts 92.79% <64.70%> (ø)
src/shared.ts 61.11% <100.00%> (ø)

... and 2 files with indirect coverage changes

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

@nonzzz nonzzz added the bug Something isn't working label Jul 25, 2023
@nonzzz nonzzz merged commit 49b7d27 into master Jul 25, 2023
12 checks passed
@nonzzz nonzzz deleted the fix/patches branch July 25, 2023 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant