top | item 40149880

(no title)

robbiejs | 1 year ago

This is a very interesting article, thank you for the research!

I am very happy to work solo to prevent as much of these things as possible.

Everyone is using Typescript these days it seems instead of plain JavaScript but the 10 seconds + compile times and the extra layers in debugging make it a pain for me instead of a benefit. So I am using ES6 with Rollup. Rollup is great and my only dev dependency really. However great it is, if one day I could do without, I would :-)

discuss

order

oerdier|1 year ago

I started using Deno for its native TypeScript support. Debugging my TS libraries by stepping through the TS code in my editor is great.