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