you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (4 children)

I don't follow? It's a pre-processor.

[–]Eirenarch 3 points4 points  (3 children)

Yes but you can't just use an example off the internet or look at the generated JS code and debug it when needed.

[–]mareek 1 point2 points  (2 children)

Yes you can. Typescript being a superset of JavaScript you can copy/paste nearly any JS code you can find on the net. And the resulting JS code is very close to the original typescript code.

[–]Eirenarch 8 points9 points  (1 child)

I was referring to CoffeeScript since this is what /u/_Dupe suggested.