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

fix: Allow silencing Luxon Unsupported Errors #492

Closed dereekb closed 2 years ago

dereekb commented 2 years ago

Referenced in #411.

Moves the error call to a static class and allows it to be switched off globally.


Thanks for contributing to rrule!

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

dereekb commented 2 years ago

No longer needed as Luxon is no longer used.