Skip to content

Commit 134f6e8

Browse files
committed
prettier
1 parent f02409c commit 134f6e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/transformation/utils/diagnostics.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ export const awaitMustBeInAsyncFunction = createErrorDiagnosticFactory(
145145
"Await can only be used inside async functions."
146146
);
147147

148-
export const unsupportedAsyncGenerator = createErrorDiagnosticFactory(
149-
"Async generator functions are not supported."
150-
);
148+
export const unsupportedAsyncGenerator = createErrorDiagnosticFactory("Async generator functions are not supported.");
151149

152150
export const unsupportedForAwaitOf = createErrorDiagnosticFactory("'for await...of' loops are not supported.");
153151

0 commit comments

Comments
 (0)