Hi everyone!
I noticed this project a while back and tried to use it, but it had a number of issues. Since then, I've been built ts-node and we've recently consolidated some projects into @TypeStrong. I'm not sure how well maintained this project still is or if it has a roadmap, but I did notice a lot of issues going by without a lot of help. Is there anything I can do to help you consolidate features with ts-node?
For reference, ts-node is a similar project which uses the language servers to compile in-memory. It replicates much of node functionality using TypeScript as the compiler. There's also a (almost feature complete, minus an issue in nodejs/node) REPL that is useful for quick prototyping and demos with the type system.
Reference: https://github.com/TypeStrong/ts-node
Hi everyone!
I noticed this project a while back and tried to use it, but it had a number of issues. Since then, I've been built
ts-nodeand we've recently consolidated some projects into @TypeStrong. I'm not sure how well maintained this project still is or if it has a roadmap, but I did notice a lot of issues going by without a lot of help. Is there anything I can do to help you consolidate features withts-node?For reference,
ts-nodeis a similar project which uses the language servers to compile in-memory. It replicates much ofnodefunctionality using TypeScript as the compiler. There's also a (almost feature complete, minus an issue in nodejs/node) REPL that is useful for quick prototyping and demos with the type system.Reference: https://github.com/TypeStrong/ts-node