We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently blocking on the following TypeScript issues
this
The text was updated successfully, but these errors were encountered:
@rcchen is this still valid?
Sorry, something went wrong.
Can you point to the code base ?
Still valid; the easiest repro for this is chaining a method for a parent class on a subclass.
Example: new Plottable.Plots.Rectangle().x().x2()..
new Plottable.Plots.Rectangle().x().x2()..
If .x() were not explicitly defined on Plots.Rectangle, .x2() would not work.
.x()
Plots.Rectangle
.x2()
This is an open issue on Typescript as has been referenced above.
Closing as duplicate
No branches or pull requests
Currently blocking on the following TypeScript issues
this
in function inputs/outputs microsoft/TypeScript#285The text was updated successfully, but these errors were encountered: