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: Export RRule and RRuleSet as named exports #507

Merged
merged 1 commit into from
Jun 5, 2022

Conversation

vbudovski
Copy link
Contributor

Fixes #419 and #478.


Thanks for contributing to rrule!

To submit a pull request, please verify that you have done the following:

  • Merged in or rebased on the latest master commit
  • Linked to an existing bug or issue describing the bug or feature you're
    addressing
  • Written one or more tests showing that your change works as advertised

@davidgoli davidgoli merged commit 484daef into jkbrzt:master Jun 5, 2022
@davidgoli
Copy link
Collaborator

Thanks for contributing!

@karlhorky karlhorky mentioned this pull request Jun 7, 2022
7 tasks
@karlhorky
Copy link

karlhorky commented Jun 7, 2022

Thanks for this @vbudovski and @davidgoli !

This has unfortunately introduced a new bug with the TS types: #478 (comment)

Almost there for TS + ESM support!

Edit: Opened #511 for this

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.

Can't use rrule with Node v14 since it is considered a CommonJS module
3 participants