LearningTypeScript / site

Companion website for the Learning TypeScript book.
https://learningtypescript.com
MIT License
47 stars 11 forks source link

feat: article 'Why TypeScript Doesn't Include a `throws` Keyword' #137

Closed JoshuaKGoldberg closed 4 months ago

JoshuaKGoldberg commented 5 months ago

PR Checklist

Overview

Adds the article covering why the throw types seem nice, all the blockers to having them in JS/TS, and some preferred alternatives.

JoshuaKGoldberg commented 5 months ago

Thanks @jfmengels! Added a credit at the bottom and touched up the typos you referenced.