I wanted to ask if anyone knows how one can support the JavaScript nullish coalescing operator (??
) and the optional chaining operator (?.
) in PhpStorm.
Currently I am developing a project in react-native in PhpStorm, both operators work fine but PhpStorm sets an expression expected
error and all files using these operators become error underlined.
How can I add support for these features so the IDE is happy?