prettier / prettier

Prettier is an opinionated code formatter.
https://prettier.io
MIT License
48.53k stars 4.17k forks source link

Flow: add support for 'implies' type guard variant #16272

Closed gkz closed 1 month ago

gkz commented 1 month ago

Description

Adds support for Flow's implies x is T type guards, along with the basic one and the asserts varient.

Checklist

Try the playground for this PR