Skip to content
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

Closed
mkrause opened this issue Jun 5, 2020 · 4 comments
Closed

TypeScript 3.9 support #71

mkrause opened this issue Jun 5, 2020 · 4 comments

Comments

@mkrause
Copy link

mkrause commented Jun 5, 2020

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 breaking tsd, because it uses import type syntax in its definitions:

https://github.com/facebook/jest/blob/master/packages/pretty-format/src/index.ts

@papb
Copy link
Contributor

papb commented Jun 6, 2020

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.

@SamVerschueren
Copy link
Collaborator

Yes, I'm planning to upgrade in the coming days.

@SamVerschueren
Copy link
Collaborator

Released as 0.13.0.

@mkrause
Copy link
Author

mkrause commented Jul 4, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants