Closed coderaiser closed 9 months ago
I think Babel can be selected since v7.23 and v8.0.0-alpha.3:
v7.23
v8.0.0-alpha.3
Also, just landed two transformations related to Optional Chaining Assignment to 🐊Putout:
convert-optiona-to-logical/assign
apply-optional-chaining/assign
Works good! Nice to have ability to fix runtime error:
So it is already useful :).
I think Babel can be selected since
v7.23
andv8.0.0-alpha.3
:Also, just landed two transformations related to Optional Chaining Assignment to 🐊Putout:
convert-optiona-to-logical/assign
;apply-optional-chaining/assign
;Works good! Nice to have ability to fix runtime error:
So it is already useful :).