Node.js adds experimental support for TypeScript
1–10 of 570 posts
Re: Node.js adds experimental support for TypeScript
#2Re: Node.js adds experimental support for TypeScript
#3I wonder bun and deno support for typescript played a big role here :)
Re: Node.js adds experimental support for TypeScript
#4Maybe this means I don't always have to install esbuild to strip types - very excited how this will make writing scripts in TypeScript that much easier to use. I lately have been prefering Python for one off scripts, but I do think personally TypeScript > Python wrt types. And larger scripts really benefit from types especially when looking at them again after a few months.
Re: Node.js adds experimental support for TypeScript
#5Re: Node.js adds experimental support for TypeScript
#6Re: Node.js adds experimental support for TypeScript
#7Nice to see Node.js getting parity on this with Deno and Bun
Re: Node.js adds experimental support for TypeScript
#8Nice to see Node.js getting parity on this with Deno and Bun
Re: Node.js adds experimental support for TypeScript
#9Meanwhile, I can’t configure node to not require extensions on import, nor have tsc configured to automatically add .js extensions to its compiled output, without adding on a bundler… although native TypeScript support would remedy this nit quite a bit, I can’t imagine the user experience (or performance) to match Bun’s when it reaches stable.
Re: Node.js adds experimental support for TypeScript
#10My favorite deno feature is coming to node directly. Awesome! Maybe this means I don't always have to install esbuild to strip types - very excited how this will make writing scripts in TypeScript that much easier to use. I lately have been prefering Python for one off scripts, but I do think personally TypeScript > Python wrt types. And larger scripts really benefit from types especially when looking at them again a…