-
-
Notifications
You must be signed in to change notification settings - Fork 513
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
Remove default exports & update tests #513
Conversation
Codecov Report
@@ Coverage Diff @@
## master #513 +/- ##
==========================================
- Coverage 88.49% 88.48% -0.01%
==========================================
Files 29 29
Lines 2094 2093 -1
Branches 584 584
==========================================
- Hits 1853 1852 -1
Misses 241 241
Continue to review full report at Codecov.
|
Thanks for this @davidgoli ! I imagine will be soon published a part of a future As soon as it's out I'll test whether I can remove the patch I mentioned in #478 |
@davidgoli Will this be released sometime soon? Would love to try it out and remove my patch. |
@davidgoli just wanted to check in again - do you think this will be released soon? |
Looks like it was published in version However, since
Unfortunately, this means that you still need to do unusual import syntax to make it work: import pkg from 'rrule';
const { RRule } = pkg; This issue with |
Fixes #478
Supercedes #511