enhance inline (#5535)

This commit is contained in:
Alex Lam S.L
2022-07-01 04:24:16 +01:00
committed by GitHub
parent 4c227cc6bd
commit 51deeff72e
10 changed files with 84 additions and 31 deletions

View File

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