You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using js-beautify 1.6.3 on OSX for CLI formatting, main reason, to be cosnsitent with editor formatting (Sublime).
I have noticed that there is difference even if using same settings.
After digging deeper I have found theta runnting js-beautyfy twice from CLI, will give me what I expect.
Digging deeper 'throws' seems to cause trouble
I'm using js-beautify 1.6.3 on OSX for CLI formatting, main reason, to be cosnsitent with editor formatting (Sublime).
I have noticed that there is difference even if using same settings.
After digging deeper I have found theta runnting js-beautyfy twice from CLI, will give me what I expect.
Digging deeper 'throws' seems to cause trouble
prints expected
however
prints unexpected (nor collapsed nor expanded version)
why ?
and now the funny part (double formatting):
prints:
so it is unstable and formatting result depends on how many times you run formatter ?
Thanx for help
The text was updated successfully, but these errors were encountered: