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

feat: upgrade to TypeScript 4.7 #1281

Merged
merged 13 commits into from
May 22, 2022
Merged

feat: upgrade to TypeScript 4.7 #1281

merged 13 commits into from
May 22, 2022

Conversation

dsherret
Copy link
Owner

@dsherret dsherret commented May 21, 2022

  • Support in/out on type parameters
  • TypeQueryNode's base is no longer TypeNode, but instead NodeWithTypeArguments (also, looks like TypeReferenceNode should be updated too?)
  • Add ImportTypeAssertionContainer
    • ImportTypeNode can have assertions
  • CaseClause can have a jsdoc
  • JSDocNonNullableType - add postfix
  • JSDocNullableType - add postfix
  • SyntaxKind.JSDocComment is now SyntaxKind.JSDoc
  • Some changes on CompilerHost
  • See MinimalResolutionCacheHost on LanguageServiceHost 🤷‍♂️
  • Also changes on DocumentRegistry 🤷‍♂️

@dsherret dsherret changed the title feat: upgrade to TypeScript 4.8 feat: upgrade to TypeScript 4.7 May 22, 2022
@dsherret dsherret marked this pull request as ready for review May 22, 2022 23:33
@dsherret dsherret merged commit ae797d8 into latest May 22, 2022
@dsherret dsherret deleted the ts_4_8 branch May 22, 2022 23:33
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.

1 participant