fix corner case in inline (#5527)

fixes #5526
This commit is contained in:
Alex Lam S.L
2022-06-26 13:48:14 +01:00
committed by GitHub
parent fcc87edb71
commit f1b3e9df1e
11 changed files with 72 additions and 11 deletions

View File

@@ -415,6 +415,7 @@ inline_block: {
awaits: true,
if_return: true,
inline: true,
side_effects: true,
}
input: {
console.log("foo");
@@ -450,6 +451,7 @@ inline_block_async: {
awaits: true,
if_return: true,
inline: true,
side_effects: true,
}
input: {
console.log("foo");