-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels