-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[typescript] added missing todo definition #846
[typescript] added missing todo definition #846
Conversation
We also need to add |
// @ivogabe |
It would be good to land this as part of the upcoming release as well. |
Does |
Yes. The only checks against
|
Seems ok, not much to it :). |
@SamVerschueren Does it need something additional to enable chaining? |
Yes, this will only allow you to write |
We aren't actively preventing it, but I can't really think of a reason you ever would:
None of those make any sense. Maybe we should prevent modifiers on a |
Merging. We can debate what to do about |
@ivogabe @SamVerschueren Could either of you add |
Yeah sure. |
While you are at it, I think there's an error when it comes to using
The point of Right now, it looks like |
I think you're right (not tested yet). It looks like |
Hey guys,
first of all thanks for this awesome testrunner.
I've added the missing todo definition to the index.d.ts.