-
Notifications
You must be signed in to change notification settings - Fork 362
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
Missing d.ts files #669
Comments
Can confirm that this is an upstream bug in https://github.com/ezolenko/rollup-plugin-typescript2 and not in Moving the unused classes into cc @ezolenko |
I have also faced this problem.
But I would also like a permanent solution with which I can just run my own command so I can copy types or package should do this. |
Same problem here. I have a types.ts file which only exports a few types so the implementation file is not full of types and this file is not exported to types.d.ts. I will move the types to the implementation until it got fixed. |
I hit the same problem.. For anyone just arriving here: Seems to affect I downgraded
|
downgrading to |
Microbundle 0.13 includes a new version of I'm going to close it assuming it did, please re-open if it's still an issue. |
issue with `rollup-plugin-typescript2` (developit/microbundle#669 (comment))
I'm using 0.13 and a file with only types exports is not being emitted. Tried 0.12 and it does emit them now. |
@rhyek Can you open a new issue? The problem outlined here was corrected. Whatever you're seeing is not the same thing, and we'd need information on your setup / what your issue is in order to provide help. |
Thought I'd update here that I fixed the root cause upstream in ezolenko/rollup-plugin-typescript2#406, which was released in rpt2 There shouldn't be a difference between those two |
Hello, I've encountered a problem with the Typescript definition files.
In the affected project definitions are created for all files except two, which I can't explain.
Thanks for your help!
Affected project: https://gitlab.com/sokkuri/kogitte
I miss the definitions for these files:
The text was updated successfully, but these errors were encountered: