HN user

TypeCaste

34 karma

Hello there!

Posts0
Comments10
View on HN
No posts found.

I take extra caution around pickup trucks and young men in muscle cars. The former are more likely to not see you, or be on their phones. The muscle cars are likely to rapidly and erratically change directions into me at a high rate of speed.

Deno 1.0 6 years ago

I just hate having to debug mangled transpiled code and dealing with sourcemaps. I want to be able to run and debug my own code, not some alternative mangled version of it.

Look into ts-node. It lets me run and debug the TypeScript itself before transpiling it.

Deno 1.0 6 years ago

My workaround is to use //@ts-ignore above the import, but this is clunky. I just tried Deno and found that TypeScript doesn't support .ts extensions yet.