Skip to content

Commit 8191423

Browse files
committed
Incorporate feedback
1 parent 72a4f28 commit 8191423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/acorn-optimizer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2029,7 +2029,7 @@ try {
20292029
preserveParens: closureFriendly,
20302030
onComment: closureFriendly ? sourceComments : undefined,
20312031
sourceType: exportES6 ? 'module' : 'script',
2032-
allowAwaitOutsideFunction: exportES6,
2032+
allowAwaitOutsideFunction: true,
20332033
});
20342034
} catch (err) {
20352035
err.message += (() => {

0 commit comments

Comments
 (0)