Back to Prettier

19053

changelog_unreleased/flow/19053.md

3.9.0269 B
Original Source

Print async keyword for component declarations (#19053 by @mvitousek)

<!-- prettier-ignore -->
flow
// Input
async component MyAsyncComponent() {}

// Prettier stable
component MyAsyncComponent() {}

// Prettier main
async component MyAsyncComponent() {}