UglifyJS/test/mocha
Anthony Van de Gejuchte 07734b000a Destructuring consistency fixes (#1417)
- 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-02-24 08:49:19 +08:00
..
arguments.js Destructuring consistency fixes (#1417) 2017-02-24 08:49:19 +08:00
arrow.js Destructuring consistency fixes (#1417) 2017-02-24 08:49:19 +08:00
builtins.js Add more globals, whereof most defined after es5.1 2016-07-21 16:52:04 +02:00
class.js Improve support for binding pattern 2016-09-05 17:48:48 +02:00
cli.js Merge branch 'master' into harmony 2017-01-26 13:02:22 +01:00
comment_before_constant.js Retain comments before AST_Constants during mangle. 2016-05-04 20:11:45 +02:00
comment-filter.js Do not overwrite options.comments + cleanup 2016-11-29 20:24:08 +01:00
comment.js Improve multi-line comment parsing 2016-07-12 00:08:35 +02:00
destructuring.js Destructuring consistency fixes (#1417) 2017-02-24 08:49:19 +08:00
directives.js Make classes implicitly strict mode 2016-10-17 20:24:38 +02:00
eof.js Don't allow escaped surrogated identifiers + introduce ascii_identifiers 2016-08-14 21:36:06 +02:00
expression.js Add exponentiation operator 2016-06-22 12:23:37 +02:00
function.js Destructuring consistency fixes (#1417) 2017-02-24 08:49:19 +08:00
glob.js Add input file glob support to minify() 2016-08-14 21:46:38 +02:00
huge-number-of-comments.js Parse comments without recursion to avoid RangeError. 2016-04-16 02:02:47 -04:00
input-sourcemaps.js Generate source map data from normalized files 2016-11-29 20:42:56 +01:00
let.js Attempt to increase timeout for mocha let test. 2016-03-15 11:44:09 -04:00
lhs-expressions.js Destructuring consistency fixes (#1417) 2017-02-24 08:49:19 +08:00
line-endings.js Various LineTerminator changes 2016-06-30 22:12:50 +02:00
minify-file-map.js feat: add option.outFileName for JS API, if absense, sourceMap.file field will deduced 2016-11-29 20:29:12 +01:00
minify.js feat: add option.outFileName for JS API, if absense, sourceMap.file field will deduced 2016-11-29 20:29:12 +01:00
new.js Throw error if new.target is like new.foo 2016-06-25 19:32:53 +02:00
number-literal.js Legacy octal integer strict mode fixes 2016-07-21 14:42:16 +02:00
object.js Improve binding patterns for arrow functions 2016-10-23 21:13:12 +02:00
screw-ie8.js Pass mangle options to figure_out_scope before mangling in tests 2016-10-27 22:55:49 +02:00
spidermonkey.js Don't convert all strings to directives from moz-ast 2016-07-03 12:36:57 +02:00
string-literal.js Legacy octal integer strict mode fixes 2016-07-21 14:42:16 +02:00
template-string.js Template fixes 2016-07-17 00:36:42 +02:00
try.js Improve support for binding pattern 2016-09-05 17:48:48 +02:00
unicode.js Don't allow escaped surrogated identifiers + introduce ascii_identifiers 2016-08-14 21:36:06 +02:00
with.js Backport mocha with test from harmony 2016-07-04 00:51:09 +02:00
yield.js Improve support for binding pattern 2016-09-05 17:48:48 +02:00