Skip to content

Support TypeScript 3.7 #85

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

Merged
merged 1 commit into from
Nov 12, 2019
Merged

Support TypeScript 3.7 #85

merged 1 commit into from
Nov 12, 2019

Conversation

matthargett
Copy link
Contributor

TypeScript 3.7 introduces nullish coalescing, optional chaining, and some other new syntax. To avoid false positives (nonsense lint warnings) due to prettier and other packages not understanding the new syntax, some packages need to be bumped.

Summary

Test plan

TypeScript 3.7 introduces nullish coalescing, optional chaining, and some other new syntax. To avoid false positives (nonsense lint warnings) due to prettier and other packages not understanding the new syntax, some packages need to be bumped.
@thymikee thymikee merged commit 0fd5cad into callstack:master Nov 12, 2019
@thymikee
Copy link
Member

Published v8.0.0 with this diff

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