mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 11:24:29 -05:00
Apply transformation to await expression
This commit is contained in:
@@ -147,7 +147,9 @@ namespace ts {
|
||||
return setOriginalNode(
|
||||
setTextRange(
|
||||
createYield(
|
||||
createDownlevelAwait(node.expression)
|
||||
createDownlevelAwait(
|
||||
visitNode(node.expression, visitor, isExpression)
|
||||
)
|
||||
),
|
||||
node
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user