tc39 / proposal-optional-chaining-assignment

`a?.b = c` proposal
https://tc39.es/proposal-optional-chaining-assignment/
MIT License
188 stars 2 forks source link

Implementations: Babel #7

Closed coderaiser closed 9 months ago

coderaiser commented 1 year ago

I think Babel can be selected since v7.23 and v8.0.0-alpha.3:

Also, just landed two transformations related to Optional Chaining Assignment to 🐊Putout:

Works good! Nice to have ability to fix runtime error:

image

So it is already useful :).