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.
output.environment.asyncFunction
1 parent bdf7c70 commit eee207dCopy full SHA for eee207d
src/content/configuration/output.mdx
@@ -452,6 +452,8 @@ module.exports = {
452
environment: {
453
// The environment supports arrow functions ('() => { ... }').
454
arrowFunction: true,
455
+ // The environment supports async function and await ('async function () { await ... }').
456
+ asyncFunction: true,
457
// The environment supports BigInt as literal (123n).
458
bigIntLiteral: false,
459
// The environment supports const and let for variable declarations.
0 commit comments