-
-
Notifications
You must be signed in to change notification settings - Fork 69
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 3.9 support #71
Comments
I am also waiting for feedback in some questions I raised in this repository... In the meantime, I have been using expect-type. It's a very different approach, and I like it so far. |
Yes, I'm planning to upgrade in the coming days. |
Released as |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this project still maintained? Looks like the TypeScript compiler is currently stuck at v3.7. This is starting to cause issues as some packages are starting to adopt newer TS syntax. For example, I cannot upgrade to the latest version of
pretty-format
without breakingtsd
, because it usesimport type
syntax in its definitions:https://github.com/facebook/jest/blob/master/packages/pretty-format/src/index.ts
The text was updated successfully, but these errors were encountered: