jsnice
jsnice copied to clipboard
Command line interface to http://jsnice.org.
I have a following case(I can understand its a very rare case) ```js (function() { return (function(i) { function() { function() { if() { if(!i){ // this is replacing the...
add more options: 1. detect packers 2. transpile to es5
the web-app can be crashed while inferring this code ```js const chuckNoris = { name: 'ssss', skill: 'Software is afraid of me' } ```
Getting following error in console when running ``` jsnice somefile.js ``` Error is: ``` { Error: write EPIPE at exports._errnoException (util.js:1012:11) at WriteWrap.afterWrite (net.js:793:14) code: 'EPIPE', errno: 'EPIPE', syscall: 'write'...
example.min.js ```js function chunkData(e, t) { var n = ['中文']; return n; } ``` use `jsnice example.min.js > example.js`, the result is ```js /** * @param {?} dataAndEvents * @param...