- property access - property assignment - allow bare expression within try-block - normalise `Error` in `console.log()` - generate more unary expressions - add parenthesis to enforce precedence - adjust variable reuse/creation - add parameters to function declaration & expression - add return expression - add trivial arguments to function call
41 lines
671 B
JSON
41 lines
671 B
JSON
[
|
|
{
|
|
"compress": false,
|
|
"mangle": false,
|
|
"output": {
|
|
"beautify": true,
|
|
"bracketize": true
|
|
}
|
|
},
|
|
{
|
|
"compress": false
|
|
},
|
|
{
|
|
"compress": {
|
|
"warnings": false
|
|
},
|
|
"mangle": false
|
|
},
|
|
{
|
|
"compress": {
|
|
"warnings": false
|
|
}
|
|
},
|
|
{
|
|
"compress": {
|
|
"toplevel": true,
|
|
"warnings": false
|
|
},
|
|
"mangle": {
|
|
"toplevel": true
|
|
}
|
|
},
|
|
{
|
|
"compress": {
|
|
"keep_fargs": false,
|
|
"passes": 3,
|
|
"warnings": false
|
|
}
|
|
}
|
|
]
|