-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Handle combinations of rootdir and outdir when calculating paths #24941
Handle combinations of rootdir and outdir when calculating paths #24941
Conversation
In which version will this be out? As with TypeScript 2.9 this is still any issue. |
2.9.2. please file a new a ticket and give us more details to be able to diagnose. |
I have tried TS3 and the issue is fixed. Will either try to find which commit solved it, if I find some time in the coming days. If they is a chance for a patch, else I’ll wait for V3. Thanks |
Nvm, just saw v3 has been released 😊
…On Mon, 30 Jul 2018 at 18:27, Mohamed Hegazy ***@***.***> wrote:
2.9.2. please file a new a ticket and give us more details to be able to
diagnose.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24941 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQv-WtVQZMhdDCeRkhwTnbwClUHQV531ks5uLzP5gaJpZM4UnJTM>
.
|
@weswigham The original issue is mostly fixed. But we just ran into a variant of the problem now. See loopbackio/loopback-next#1643. In this case,
Switching the import to |
@weswigham Any update? Should we open a new issue to track this? |
New issue would make it easier to track. |
@weswigham See #26985 |
By always calculating and using absolute paths when looking for symlinks.
Fixes this comment.
Followup to #24874.