We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f29a5 commit c73fbb9Copy full SHA for c73fbb9
src/babelParser.js
@@ -42,6 +42,7 @@ function getDefaultPlugins(options: BabelOptions) {
42
'optionalChaining',
43
['pipelineOperator', { proposal: 'minimal' }],
44
'throwExpressions',
45
+ 'topLevelAwait',
46
];
47
}
48
0 commit comments