We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48639e3 commit b783f61Copy full SHA for b783f61
1 file changed
src/compiler/transformers/es2018.ts
@@ -1182,7 +1182,7 @@ export function transformES2018(context: TransformationContext): (x: SourceFile
1182
/*typeParameters*/ undefined,
1183
innerParameters ?? [],
1184
/*type*/ undefined,
1185
- asyncBody
+ asyncBody,
1186
),
1187
!!(hierarchyFacts & HierarchyFacts.HasLexicalThis),
1188
0 commit comments