We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 since 3.7 has a way to declare that a function is an assertion function, which lets it make inferences about null/undefined values.
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#assertion-functions
Is this something ava should support? I can make a PR for it. (It would be conditional on typescript version)
The text was updated successfully, but these errors were encountered:
Relevant issue: #2449
Sorry, something went wrong.
I don't believe this works with our assertions, being members of our t object.
t
(I'm closing this issue for housekeeping purposes, but let's keep the conversation going.)
No branches or pull requests
Typescript since 3.7 has a way to declare that a function is an assertion function, which lets it make inferences about null/undefined values.
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#assertion-functions
Is this something ava should support? I can make a PR for it. (It would be conditional on typescript version)
The text was updated successfully, but these errors were encountered: