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 having a weird problem with the javascript code formatter, which I believe is called js-beautify.
It has decided to insert a space in the middle of all my arrow function arrows, so "=>" becomes "= >" which produces an error at runtime.
I can't find any relevant option in the js-beautify prefs in Komodo, so I've been looking for some kind of config file somewhere but with no success either.
Any ideas? Should I use a different beautifier?
Bye,
Mark
The text was updated successfully, but these errors were encountered:
Hi,
I'm having a weird problem with the javascript code formatter, which I believe is called js-beautify.
It has decided to insert a space in the middle of all my arrow function arrows, so "=>" becomes "= >" which produces an error at runtime.
I can't find any relevant option in the js-beautify prefs in Komodo, so I've been looking for some kind of config file somewhere but with no success either.
Any ideas? Should I use a different beautifier?
Bye,
Mark
The text was updated successfully, but these errors were encountered: