-
Notifications
You must be signed in to change notification settings - Fork 508
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
Generated typings are broken #285
Comments
I tried updating |
For me, it's not exporting all the types. The dts declaration merging is broken 0.9.3 okay: import { Type } from 'library' 1.10.0: error, type not exported |
Fixed in #287 |
Sorry about that, do you have a minimal repro I can take a look at? It would be great if you submitted this as an issue over at rollup-plugin-ts |
No worries. I will do if I could reproduce it in a small repo, thanks. |
@z0al, The issue with malformed typings you reported has been fixed in the latest version of |
Current Behavior
Generated typings are broken (literally) starting from
v0.10.0
. Here are some snippets:And YES, it duplicated almost every type declaration (see the full file here)
Expected behavior
Typings don't have syntax errors.
Suggested solution(s)
I think it's a bug in
@wessberg/rollup-plugin-ts
. I tried that lib before in a different project but quickly removed it due to the same issue.Your environment
The text was updated successfully, but these errors were encountered: