diff --git a/README.md b/README.md index a935a25..8f86000 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Also supports **call expressions**: Maybe you're working on a large codebase riddled with throw statements everywhere, and you want a better control flow. Or perhaps you're just curious about how many throw statements you have in your codebase. This simple tool can help you with that. -Untyped `throw` statements can be a pain for those who come from languages like Go, where errors are typically values and first class citizens. Even Rust has the `Result` type. Even though `throw` return types are not [directly supported](https://github.com/microsoft/TypeScript/issues/13219), it's still useful to know where they are in your codebase. +Untyped `throw` statements can be a pain for those who come from languages like Go, where errors are typically values and first class citizens. Even Rust has the `Result` type. Knowing where throw statements are in your codebase might be helpful, even if their return types aren't [directly supported](https://github.com/microsoft/TypeScript/issues/13219). > This extension may not be for everyone, but it's definitely for me. I hope you find it useful too.