How to use typescript/flow in nodejs without compiling it
问题 Can someone give me some advice or links for discussion on whether I should bundle JS for backend? I tried to Google with this title (and similar words) and I can't get any useful links. Just want to know, say I am using latest Node.JS (es6-ready), should I bundle/compile the JS? If not, how am I suppose to use typescript/flow? Thank you. 回答1: I feel like you are asking two different questions. I'll try to answer both. How can I just run TypeScript code? This is the one your question's title