Improve support for binding pattern
Including improvements for parameters, variable assignment and catch parameter.
This commit is contained in:
@@ -16,7 +16,7 @@ describe("Class", function() {
|
||||
}
|
||||
var error = function(e) {
|
||||
return e instanceof uglify.JS_Parse_Error &&
|
||||
e.message === "SyntaxError: Unexpected token: expand (...)";
|
||||
e.message.substr(0, 31) === "SyntaxError: Unexpected token: ";
|
||||
}
|
||||
|
||||
for (var i = 0; i < tests.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user