-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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(gatsby-plugin-typescript): add support for optional chaining and nullish coalescing operator #19302
Conversation
I think this is ok for us to use, but I do wonder if In any case I'll do some testing and will go forward with this |
It is. But it seems that In this case, TSC supports every stage-3 proposal and |
I would expect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Description
TS 3.7 has been released which supports optional chaining and nullish operator.
gastby-plugin-typescript
uses babel to transform TypeScript so two plugin must be added accordingly to support these new feature