-
-
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
fix: resolve circular import #465
fix: resolve circular import #465
Conversation
The RRule in rrulset.ts ends up being undefined because the root index is being loaded while files such as nlp/totext.ts depend on the root index while rrule.ts depends on nlp/index.ts. Then, at one point the execution proceeds even though the root index has not fully loaded.
Follow up to #444 regarding the circular imports. |
It would be awesome to have this merged/released |
Any news on this one?. this seems to be the solution for rollup and vite builds |
Hello please merge this RRule does not work with vite. |
Can someone update or merge this? we need it for sveltekit. |
This project used to have CI, where did it go? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to download & run tests manually since CI appears to have disappeared, but everything seems to work fine 👍
@davidgoli Thank you for merging! Highly appreciated 🙏🏽 |
The RRule in rrulset.ts ends up being undefined because the root index is being
loaded while files such as nlp/totext.ts depend on the root index while
rrule.ts depends on nlp/index.ts. Then, at one point the execution
proceeds even though the root index has not fully loaded.
Thanks for contributing to
rrule
!To submit a pull request, please verify that you have done the following:
master
commitaddressing