-
Notifications
You must be signed in to change notification settings - Fork 177
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 ES6 export in TypeScript definitions #177
Comments
Hi, I think also that the whole commit should be reverted. |
Same problem here. |
I'll go ahead and merge that PR in. |
Thank you @AntJanus . |
@ionutVizitiu doing 4.0 release tonight. |
Thank you very much @AntJanus ! I saw you've |
I've created this PR #192 |
This commit broke importing this module from TypeScript: 0f9fe17#diff-b52768974e6bc0faccb7d4b75b162c99
The following TypeScript code should work:
After this commit, which removes the default export from the typings, this fails with the following error:
The text was updated successfully, but these errors were encountered: