Adjusted Object Rest/Spread syntax handling to the latest spec (#670)
This commit is contained in:
committed by
Brian Ng
parent
5df1139567
commit
5d83e2692f
@@ -74,7 +74,6 @@ function runTest(test, parseFunction) {
|
||||
}
|
||||
|
||||
let ast;
|
||||
|
||||
try {
|
||||
ast = parseFunction(test.actual.code, opts);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user