Adjusted Object Rest/Spread syntax handling to the latest spec (#670)

This commit is contained in:
Mateusz Burzyński
2017-08-25 01:31:50 +02:00
committed by Brian Ng
parent 5df1139567
commit 5d83e2692f
30 changed files with 58 additions and 835 deletions

View File

@@ -74,7 +74,6 @@ function runTest(test, parseFunction) {
}
let ast;
try {
ast = parseFunction(test.actual.code, opts);
} catch (err) {