-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Add support for optional chaining and nullary coalescing #7431
Comments
Proposal status updated here: |
Yes, I think now that it's reached stage 3 we would be willing to include it. |
Specifically: tc39/proposal-optional-chaining@9948e3d#diff-3540caefa502006d8a33cb1385720803 I’m happy to submit a PR! Edit: Nvm, someone beat me to it: #7438 |
Now that TypeScript 3.7 released, prettier/prettier#6657 was merged, typescript-eslint/typescript-eslint#1045 was merged, and babel/babel#10269 was merged, can we merge facebook/create-react-app#7438 soon? It doesn't seem there are any more blockers. Edit: Looks like |
Is there a plan for when this feature will be available? Does create-react-app v3.3 have an expected release date? |
Not kidding - several times per day, I write code that would be so much cleaner and nicer if I could use optional chaining. I haven't been this hyped for a release since the original Starcraft hit store shelves :D So, jokes aside, can we expect 3.3 any time soon? |
We're still seeing a few issues with support for this within our tooling. We have a 3.3 issue you can follow for further updates, as well as instructions to use our beta version if you're eager! #7981 |
Last discussion: #7246
Today both proposals reached stage 3. Could this be considered again?
The text was updated successfully, but these errors were encountered: