Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES6 new syntax #780

Open
saveriopugliese79 opened this issue Aug 22, 2023 · 2 comments
Open

ES6 new syntax #780

saveriopugliese79 opened this issue Aug 22, 2023 · 2 comments

Comments

@saveriopugliese79
Copy link

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?

@x2358473
Copy link

我的也是。其它都很完美。就是遇到 ?. 很无奈。

@x2358473
Copy link

x2358473 commented Mar 7, 2024

#778

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants