wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase
MIT License
1.46k stars 56 forks source link

feat(isJSX): Add support for optional chainning #127

Closed eifr closed 3 years ago

eifr commented 3 years ago

Description

Add support for optional chaining in JS\TS. Closes #120

NOTE: feature untested yet

mattvague commented 3 years ago

Would love to see this merged as it's quite often getting in the way of using glean in my react / typescript project. Anything I can do to help?

borislit commented 3 years ago

:tada: This PR is included in version 5.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

borislit commented 3 years ago

@mattvague check it out :)

mattvague commented 3 years ago

@mattvague check it out :)

Amazing, thank you!