Skip to content

Commit eee207d

Browse files
authored
docs(configuration): add output.environment.asyncFunction (#7122)
1 parent bdf7c70 commit eee207d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/configuration/output.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ module.exports = {
452452
environment: {
453453
// The environment supports arrow functions ('() => { ... }').
454454
arrowFunction: true,
455+
// The environment supports async function and await ('async function () { await ... }').
456+
asyncFunction: true,
455457
// The environment supports BigInt as literal (123n).
456458
bigIntLiteral: false,
457459
// The environment supports const and let for variable declarations.

0 commit comments

Comments
 (0)