|
|
|
|
|
by MatthewPhillips
5002 days ago
|
|
I don't know about you, but to me once a code file is larger than say a couple hundred lines it becomes exponentially less readable. So any non-trivial amount of JavaScript already includes a concatenation build step anyways, even for development. As long as the TypeScript compiler is reasonably fast on larger (10k LOC) projects, it wouldn't be any issue at all. |
|
Unless you are performing integration tests, there is no reason to compile each time. Doing that is just the legacy of limited build systems.