Skip to content

Upgrade to TypeScript 4 #5746

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

Closed
wants to merge 1 commit into from
Closed

Upgrade to TypeScript 4 #5746

wants to merge 1 commit into from

Conversation

benmccann
Copy link
Member

Just keeping things a bit more up-to-date

@dummdidumm
Copy link
Member

That lint error needs to be ignored because the generics need to match between interface and class I think.

@dummdidumm
Copy link
Member

One disadvantage of bumping TS is that we might accidentally use type constructs introduced in later versions which forces TS users to bump their version of TS which might be interpreted as a breaking change.

@benmccann
Copy link
Member Author

Ah, I had been thinking that any differences from TypeScript features would disappear after the code is compiled, but I suppose there's some risk that someone uses a new feature in a .d.ts file

I'll close in favor of #5747

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 this pull request may close these issues.

2 participants