proposal awaitToPomise{ case single{ applicable to { "let <> = await <>; <> return <> " } transform to{ "return <>.then((<>) => { <> return <> });" } } }