mangle
export
- `export default ...` - `export` with `AST_Destructuring` fixes #2129
fixes #2121
- `mangle` non-exported names - `unused` on `export` of `function` - `hoist_funs` on `export` - `export default` - prohibit definition statements - parse `AST_Defun` properly - drop only unused class and function names fixes #2001 fixes #2004
function
- `unused` function names - confusion with function call syntax fixes #2001