js-beautify icon indicating copy to clipboard operation
js-beautify copied to clipboard

Partial beautification with -X

Open hbenl opened this issue 3 years ago • 0 comments

To reproduce:

npm i -g js-beautify
curl https://app.cord.com/1.82.0/sidebar-eed1df1bbf4c2ba31c69ae11a7955e16.js >sidebar.js
js-beautify -X -w 100 sidebar.js >beautified.js

Then open beautified.js in an editor and search for "addAnnotation". That will take you to a couple of very long lines.

hbenl avatar Nov 10 '21 15:11 hbenl