-
Notifications
You must be signed in to change notification settings - Fork 3k
Private properties defined in an external npm package interrupt variable assignment #2092
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
I feel like there will be other problems if we make properties that should be private public. |
@Blesh yeah, no worries if you feel that is going to adversely affect the project. I will just close this and focus on seeing how to get it resolved in TypeScript core. I just opened in case you didn't care one way or another about the private/public designation. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
RxJS version: 5.0.0-beta.12
Code to reproduce:
Expected behavior: No Errors
Actual behavior:
Additional information:
According to this open TypeScript issue this problem appears because of private variables within the Observable type. Technically this should be a bug that is fixed within TypeScript, but it would be extremely helpful if in the meantime we could make the Observable properties public so that npm linking works as expected. It seems like this is something that may not be resolved in the TypeScript lib for some time.
The text was updated successfully, but these errors were encountered: