Allow Optional chaining (?.) and Nullish coalescing operator (?) in actions

Would be awesome if actions could support:

Because it makes life so much easier as a developer when writing js code.

Currently I get this error when deploying/running actions with above features:

Compilation failed: Unexpected token '?'e

At a bare minimum, the editor should highlight that the feature is not available.

Thanks for sharing all that feedback. I’m gonna compile this and relay it to appropriate team!

These features should be available in Actions now that Actions are running on Node 16.
-Cade Brown

That is correct, thanks for sharing!

@konrad.sopala I guess this can be marked as resolved now?

Glen.