WonderRat

Results 13 comments of WonderRat

https://github.com/beautify-web/js-beautify/blob/master/js/lib/unpackers/p_a_c_k_e_r_unpacker.js#L21 ` var chunks = str.match(/eval\(\(?function\(.*?(,0,\{\}\)\)|split\('\|'\)\)\))($|\n)/g); ` Does not match packed code with semicolon in the end. Simple fix: `($|\n|;)/g);`

I want to cut and join 2 such forms and print them on both sides of single sheet of paper: front1 front2 back1 back2 I already did it using pdf...

Forcing general first was bad idea: i wanted to make list with lines "width fullname", but get only "fullname width".