Merge branch 'master' of https://github.com/marijnh/acorn
Conflicts: README.md acorn.js package.json
This commit is contained in:
@@ -482,8 +482,6 @@ test('({x, ...y, a, ...b, c})', {
|
||||
|
||||
testFail("function foo(promise) { await promise; }", "Unexpected token (1:30)", {ecmaVersion: 7});
|
||||
|
||||
testFail("async function* foo(promise) { await promise; }", "Unexpected token (1:14)", {ecmaVersion: 7});
|
||||
|
||||
test('async function foo(promise) { await promise; }', {
|
||||
type: "Program",
|
||||
body: [{
|
||||
|
||||
Reference in New Issue
Block a user