Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 9882a8e

Browse files
JamesHenryilyavolodin
authored andcommitted
Fix: Add missing async property (#133)
1 parent 60843ad commit 9882a8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fixtures/ecma-features/classes/class-method-named-with-space.result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ module.exports = {
9191
"id": null,
9292
"generator": false,
9393
"expression": false,
94+
"async": false,
9495
"body": {
9596
"type": "BlockStatement",
9697
"range": [

0 commit comments

Comments
 (0)