by DanRosenwasser on 11/29/18, 8:56 PM with 10 comments
by omeze on 11/30/18, 3:58 AM
I'm not sure how the TS project itself is organized, but I wonder if the type system could be adapted to provide static types to other languages, like Python.
As for 3.2, I'm happy to see the narrowing for tagged unions. I ran into a small annoyance with this a few weeks ago. Looking forward to variadic types in a future release!
by Waterluvian on 11/29/18, 11:17 PM
Any suggestions on the best guide for "incrementally, politely, unopinionatedly introducing TS to an existing JS web application"?
Last time I gave it a shot I had to make a lot of changes upfront so I walked away from it.
by pscarey on 11/29/18, 10:44 PM
The proposed @types scaffolding seems interesting for solving issues with untyped libraries. Maybe the focus will be how do we actually get all the code typed rather than resorting to 'any'.
Side note, quite amusing: https://twitter.com/kitsonk/status/973651805950242816