jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.33k stars 511 forks source link

Remove default export #511

Closed karlhorky closed 2 years ago

karlhorky commented 2 years ago

Fixes #478

See https://github.com/jakubroztocil/rrule/issues/478#issuecomment-1148462507

This was missing in #507

Example of upgrading to rrule@2.7.0 and applying this patch here (with tests): https://github.com/upleveled/ical-move-events/pull/119/files


Thanks for contributing to rrule!

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

davidgoli commented 2 years ago

The tests will need to be updated as well

karlhorky commented 2 years ago

Apparently this has been superseded by #513 , closing