collaborationFactory/cplace-asc

TypeScript compiler appends compiled code to existing tsc.js file after file change

Closed this issue · 0 comments

As described on discuss, the TypeScript compiler currently appends the compiled code to the existing tsc.js file which leads to duplicated code, a big file and therefore harder debugging circumstances.

However, this does not seem to produce runtime errors as the very last assignment is correctly loaded. The issue doesn't seem to be critical.