-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
declarationMap support #113
Comments
So rollup on its own has excellent sourceMap support. But we do some pre- and post-processing of whatever rollup does, apart from the synthetic AST that I generate. And I really don’t want to manually maintain a sourceMap for all that. I suspect doing that is a huge amount of work, and I certainly don’t want to do that on my own :-D |
Yes, PRs welcome though. |
Should keep this open in case someone wants to tackle it. But tag it with ”help wanted”. |
Now I have initially solved this problem, but it has not been merged with the upstream. Perhaps you can try @jiek/rollup-plugin-dts and provide relevant feedback. I hope it can help you. |
Hi, I haven't found information about it and I cannot test it out to verify myself this week, but I'm wondering if this plugin supports TypeScript's declaration map support?
If no - would you consider adding it in?
The text was updated successfully, but these errors were encountered: