deno vs ts-node : what's the difference
问题 I'm working on a relative large typescript project, I'm using ts-node to run node testing and examples. As far as I understand, ts-node will compile ts files to js files and execute. Recently I heard about deno , which is a typescript runtime. I tried a few examples in typescript, which works using ts-node . I ran the example with deno , there were many compile messages printed in the console, then execute the code. And later I found there's cache files in /username/.deno . I don't feel the