Optional chaining isn't recognised by js analyzer

Any plans to support optional chaining for the JS analyzer? for now all optional chained statements are marked as syntax error in my analysis report.

Hi, devcer.

We’re aware that the optional chaining operator falsely raises an issue in the current version of DeepSource’s JS analyser.

So far we’ve been using an older version of ECMAScript in our parser which was causing this to get flagged. We’ll fix this is a future release ASAP.

Thank you for your report !