Skip to content

Commit 94f1add

Browse files
JamesHenrysoda0289
authored andcommitted
Fix: Add missing async property (eslint#133)
1 parent 93ac97b commit 94f1add

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)