Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.

Adds support for TypeScript 4.3 builds #75

Merged
merged 5 commits into from
Jun 3, 2021
Merged

Adds support for TypeScript 4.3 builds #75

merged 5 commits into from
Jun 3, 2021

Conversation

orta
Copy link
Contributor

@orta orta commented Mar 7, 2021

microsoft/TypeScript#42890 added an extra param to the getCompletionEntryDetails which fails the current build ( because we pass 6 args, not 7 ) - this isn't backwards compatible without a // @ts-ignore so it'll probably need to wait till 4.3 is shipped to get merged.

So, the red on CI is on purpose. It's still using the old TS d.ts.

@orta
Copy link
Contributor Author

orta commented Mar 23, 2021

There's been more JSDoc tag updates microsoft/TypeScript#43312

@orta
Copy link
Contributor Author

orta commented Jun 3, 2021

This is bumped to a new change in 4.4, which is backwards compatible.

This PR can be merged anytime if we want to bump the default TS version to the 4.3 stable builds

@alexdima alexdima added this to the May 2021 milestone Jun 3, 2021
@alexdima
Copy link
Member

alexdima commented Jun 3, 2021

👍 Thank you!

@alexdima alexdima merged commit a59162d into main Jun 3, 2021
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants