UglifyJS/lib
Anthony Van de Gejuchte b785a95443 Destructuring consistency fixes
- Use AST_Destructuring for lhf assignment patterns
- Use AST_DefaultAssign for default assignments
- Add more checks for lhs expressions
- Add lots of testing
- Cleanup ast (e.g. remove default property)
- Fix #1402 based on a patch from @kzc
- Refine spread allowance in array destructring pattern
- Add destructuring AST tree checker
2017-01-24 00:39:17 +01:00
..
ast.js Destructuring consistency fixes 2017-01-24 00:39:17 +01:00
compress.js Destructuring consistency fixes 2017-01-24 00:39:17 +01:00
mozilla-ast.js Don't convert all strings to directives from moz-ast 2016-07-03 12:36:57 +02:00
output.js Destructuring consistency fixes 2017-01-24 00:39:17 +01:00
parse.js Destructuring consistency fixes 2017-01-24 00:39:17 +01:00
propmangle.js Merge branch 'master' into harmony 2016-11-29 20:50:27 +01:00
scope.js Introduce is_block_scope to AST_Node to determine block scope. 2016-10-24 21:28:32 +02:00
sourcemap.js Generate source map data from normalized files 2016-11-29 20:42:56 +01:00
transform.js Fix quoting of properties 2016-08-26 15:06:24 +02:00
utils.js Do not overwrite options.comments + cleanup 2016-11-29 20:24:08 +01:00