Skip to content

ES6 new syntax #780

@saveriopugliese79

Description

@saveriopugliese79

I searched issues but maybe not found.

This tool is great but it should be updated with new es6 syntax ...

For example it does not recognize ".?"
eg.

myObject?.myProp?.myNestedprop will be "prettyfied" to myObject ? .myProp ? .myNestedprop
or
var x = y?? "default" will be "prettyfied" to var x = y ? ? "default"

Or maybe I'm missing some option to turn on/off in the settings?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions