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 exported types errors #16

Merged

Conversation

jetgriffin
Copy link
Contributor

There is an error in the exporting statements. Typescript 3.8 introduces new syntax for type-only exports, which are not being used. This pull request will fix the problem.

@DarthBenro008 DarthBenro008 linked an issue Oct 17, 2022 that may be closed by this pull request
Copy link
Owner

@DarthBenro008 DarthBenro008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for catching this @Triste-le-Roy ! LGTM

@DarthBenro008 DarthBenro008 merged commit 421d664 into DarthBenro008:main Oct 17, 2022
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.

Indirectly exported binding name 'MelonHandler' is not found.
2 participants