There is no loss, compilation only happens the first time a file is loaded, which is negligible since Node.js programs are usually long-running.
And usually you only need to compile the part of the code you wrote. The libraries on npm are usually compiled into JS, so the amount of compilation is very small.
There is no loss, compilation only happens the first time a file is loaded, which is negligible since Node.js programs are usually long-running.
And usually you only need to compile the part of the code you wrote. The libraries on npm are usually compiled into JS, so the amount of compilation is very small.