-
-
Notifications
You must be signed in to change notification settings - Fork 433
local file with private class properties symlinked multiple times erroneously fails compilation #324
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
Comments
@seansfkelley Doesn't seem like a bug in |
What's strange about the repro I provided above is that it only seems to happen when running through Webpack. |
Perhaps one is getting the realpath internally. No sure, hopefully there's some insights here for others 😄 |
This is working with |
Thanks for commenting @Andy-MS. If you could submit a PR that would be greatly appreciated. John |
Looking at the atl implementation it may be as simple as replacing |
In the |
Would there be a permanent fix or need to use the workaround? I think it was working with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing as stale. Please reopen if you'd like to work on this further. |
The title is a mouthful, but basically, I'm seeing microsoft/TypeScript#6496 on Typescript 2.0.3, but only when run through Webpack. I'm not 100% which of the many moving parts is at fault here, so I've cross-posted an issue here and as a comment on microsoft/TypeScript#6496.
The repro is sort of involved, so I made a repo to demonstrate: https://github.com/seansfkelley/typescript-lerna-webpack-sadness
The text was updated successfully, but these errors were encountered: