-
Notifications
You must be signed in to change notification settings - Fork 1
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
Version 4.0.0 #24
Version 4.0.0 #24
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #24 +/- ##
==========================================
- Coverage 32.53% 2.77% -29.76%
==========================================
Files 14 10 -4
Lines 1958 324 -1634
Branches 253 18 -235
==========================================
- Hits 637 9 -628
+ Misses 1263 315 -948
+ Partials 58 0 -58
Continue to review full report in Codecov by Sentry.
|
Add proper support to Node. Previously when importing with node/vite there were errors about importing a directory and relative files needed the .js extension explicitly listed. Now it works in both node and browser.
Working on a massive update to merge with functions in @david-rc-dayton's pious_squid