14 lines
No EOL
223 B
Text
14 lines
No EOL
223 B
Text
|
|
|
|
|
|
proposal async {
|
|
applicable to {
|
|
let _$_a_$_ = await _$_expr_$_();
|
|
console.log(_$_a_$_);
|
|
}
|
|
replace with {
|
|
_$_expr_$_().then(() => {
|
|
console.log(_$_a_$_);
|
|
})
|
|
}
|
|
} |