-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
check for .d.ts files for absolute paths #141
check for .d.ts files for absolute paths #141
Conversation
hi @davidparkagoda thanks for the pull request. Can you give a description of what this PR is about? It looks like a test to see that we don't get false positives, or errors, if importing from a |
Yes that is correct. When your tsconfig does not have absolute paths (baseUrl) nor paths (aliases) we do not have this problem. I also wanted to fix the |
I'm still not sure I understand.
Thanks David, |
Yea no problem.
I created another pull request to fix it in |
hi @davidparkagoda This fix looks good. To proceed, I would suggest:
like this:
For the 2nd issue - I would suggest opening a separate issue/PR for that. |
Oh, and this branch needs to be rebased on master :) |
783815f
to
d338b9c
Compare
Hi @davidparkagoda your fix is useful - so to get it released, I opened a new PR (#150), that has a CHANGELOG entry. So I think PR can be closed. For the bug with Alternatively, If you have an example that I could use to reproduce that problem, that would be great. Thank you for your contribution! |
No description provided.