Add support for question mark operator in plugin input.
Open
- Dominant language
- JavaScript
- Stars
- 6.5k
- Forks
- 772
- PR merge metrics
- No merged PRs in 30d
Description
I've only tested this with the babel plugin, but when doing something as:
`if (path.loc?.start == null) return`, it won't work, even though that's a TypeScript operator.
It may be due to the fact that the typescript parser is used -- whenever possible, I'll look into it and PR it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.