You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes it should, because if the class is used an extension the private member is still there, since private is really just a run-time convention. How would someone consuming the typings know that they had a property name conflict that would lead to undesirable behaviour?
TypeScript Version: 1.8.x
Code
The generated d.ts file looks like this:
The d.ts file shouldn't list private _token;
The text was updated successfully, but these errors were encountered: