|
|
|
|
|
by poink
2687 days ago
|
|
If you maintain a popular public project, you help the entire JavaScript community if you use TypeScript, because then you can ship perfectly accurate type definitions along with your code. Even if the user is using plain JavaScript, their editor can probably use those type definitions to provide coding assistance. Also, it's hard to call something a "leaky abstraction" when it's a superset of the thing it sits atop. |
|
Same is true with relying on Babel, of course.