`--ignore-catch` for `Promise.catch`
Kaciras opened this issue · 1 comments
Kaciras commented
Promise.catch
could be considered as another form of try-catch
, should we ignore it with --ignore-catch
?
plantain-00 commented
https://github.com/plantain-00/type-coverage#ignore-catch
You can add arbitrary type annotation forPromise.catch
, so it's unnecessary.