-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Path resolving issue in monorepo? #140
Comments
This looks like it might be a bug in the logic for
That's the correct behavior for
|
Thank you, I'll try to debug on my end with my limited knowledge see if I can find anything
Ok makes sense, thank you 👍
Sorry I forgot to add some context, I can see I just thought it would more performant to pass the |
Sounds good, let me know if you have any questions! I'll take a look when I get a chance to see what's causing it to not return any results. As for exported types, yeah there's definitely some performance savings to be had there and the whole type analysis in general. For now, I'd suggest just using the |
I'm trying to resolve files in my monorepo but without luck, it seems to work fine tho on the existing mdxts site
Using:
Here's the full repro: https://github.com/Sliov/mdxts-turbo-repro
Also, I noticed (when the files are resolved & colocated) that the extracted
sourcePath
is a bit weird, it includes a vscode path for some reason?Oh, and as we can deconstruct
exportedTypes
from thecomponent
, would it be possible to pass it down to theExportedTypes
component as a value?Sorry, maybe that's 3 issues in 1 😬
The text was updated successfully, but these errors were encountered: