Comment on The last days of my type checker for JavaScriptparentComments−Vinnl2ythat down compiles to unreadable sludge.I think there might be a couple of other tools around in your setup (that might influence your feelings). TypeScript mostly just strips out type annotations, so the output looks pretty close to your input.
Comments
I think there might be a couple of other tools around in your setup (that might influence your feelings). TypeScript mostly just strips out type annotations, so the output looks pretty close to your input.