mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Cleanup, remove some unneeded dependencies, make it easier to add gulp.watch support later
This commit is contained in:
@@ -1016,12 +1016,6 @@ namespace ts {
|
||||
* Gets the UpToDateStatus for a project
|
||||
*/
|
||||
export function getUpToDateStatus(host: UpToDateHost, project: ParsedCommandLine | undefined): UpToDateStatus {
|
||||
if (project === undefined) {
|
||||
return {
|
||||
type: UpToDateStatusType.Unbuildable, reason: "File deleted mid-build"
|
||||
};
|
||||
}
|
||||
|
||||
if (project === undefined) {
|
||||
return { type: UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user