|
|
|
|
|
by scrollaway
2712 days ago
|
|
What's the point? If you're going to use typescript, you will want to do typechecking. And if you do typechecking, you might as well compile your project properly. I'd honestly rather have browser support less than more and I'm happy with type annotations remaining a language superset. The current typescript situation is actually fantastic and as a python dev, I envy it a lot. |
|
Probably the largest problem I have with modern projects is how unfriendly they are to experiment with on the page, even if there's no intention to prevent it.