Conflicts:
	README.md
	acorn.js
	package.json
This commit is contained in:
Sebastian McKenzie
2014-12-27 20:02:15 +11:00
8 changed files with 325 additions and 89 deletions

View File

@@ -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: [{