Closed
Description
TypeScript does not emit unchanged files when using watch
option.
- Change only updated files when using watch option. microsoft/TypeScript#3113
- Avoid writing files that are not changed while compiling incrementally. microsoft/TypeScript#6937
It is likely that this feature is not available in gulp-typescript, as it does not support watch
option.
It would be nice if gulp-typescript mimic this feature during incremental compilation.
Metadata
Metadata
Assignees
Labels
No labels