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

Commit 7f12f73

Browse files
committed
Chore: fixed tests for new function property
1 parent 4fd519e commit 7f12f73

File tree

143 files changed

+258
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+258
-96
lines changed

tests/fixtures/attach-comments/export-default-anonymous-class.result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ module.exports = {
5656
},
5757
"generator": false,
5858
"expression": false,
59+
"async": false,
5960
"range": [
6061
110,
6162
119

tests/fixtures/attach-comments/surrounding-call-comments.result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ module.exports = {
123123
]
124124
},
125125
"expression": false,
126+
"async": false,
126127
"generator": false
127128
}
128129
],

tests/fixtures/attach-comments/surrounding-debugger-comments.result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ module.exports = {
8787
]
8888
},
8989
"expression": false,
90+
"async": false,
9091
"generator": false
9192
}
9293
],

tests/fixtures/attach-comments/surrounding-return-comments.result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ module.exports = {
8888
]
8989
},
9090
"expression": false,
91+
"async": false,
9192
"generator": false
9293
}
9394
],

tests/fixtures/attach-comments/surrounding-throw-comments.result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ module.exports = {
106106
]
107107
},
108108
"expression": false,
109+
"async": false,
109110
"generator": false
110111
}
111112
],

tests/fixtures/attach-comments/surrounding-while-loop-comments.result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module.exports = {
5151
},
5252
"generator": false,
5353
"expression": false,
54+
"async": false,
5455
"params": [],
5556
"body": {
5657
"type": "BlockStatement",

tests/fixtures/attach-comments/switch-fallthrough-comment-in-function.result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ module.exports = {
254254
]
255255
},
256256
"expression": false,
257+
"async": false,
257258
"generator": false
258259
}
259260
],

tests/fixtures/attach-comments/switch-no-default-comment-in-function.result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ module.exports = {
238238
]
239239
},
240240
"expression": false,
241+
"async": false,
241242
"generator": false
242243
}
243244
],

tests/fixtures/attach-comments/switch-no-default-comment-in-nested-functions.result.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,13 @@ module.exports = {
630630
]
631631
},
632632
"expression": false,
633+
"async": false,
633634
"generator": false
634635
}
635636
]
636637
},
637638
"expression": false,
639+
"async": false,
638640
"generator": false
639641
}
640642
}

tests/fixtures/basics/new-without-parens.result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module.exports = {
5151
},
5252
"generator": false,
5353
"expression": false,
54+
"async": false,
5455
"params": [],
5556
"body": {
5657
"type": "BlockStatement",

0 commit comments

Comments
 (0)