-
-
Notifications
You must be signed in to change notification settings - Fork 592
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
[BUG] plugin-typescript not working with project references #1466
Comments
Related to #1036? |
Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. ⓘ |
@filiptammergard yes, it is :) But all issues related to project references support look abandoned :( I try to use rollup-typescrip2 plugin. At simple cases it works well, but i have problem in my cases - ezolenko/rollup-plugin-typescript2#454 |
@lavcraft Too bad. Maybe something we could get a PR up for? |
@filiptammergard now i don't have appropriate fixes and try to fix my problem with rpt2 plugin instead of this. PR is good, but need a time for unsterstand this project and tsc project references particularities |
Typescript plugin errors while using project references.
Expected Behavior
Rollup typescript should work similarly to tsc when compiling with project references.
Actual Behavior
Currently it seems to fail when asserting the referred projects.
Additional Information
I have been trying to work with a yarn3 monorepo and setup paths mapping and project references with typescript but rollup is failing to compile.
An example repro is available at demo project
I created two config files to illustrate the issue. Only difference is in the typescript configuration:
Basic project structure for the reproduction
The text was updated successfully, but these errors were encountered: