Rename watchedProgram.ts to watch.ts

This commit is contained in:
Sheetal Nandi 2017-09-26 10:46:32 -07:00
parent 23acff5bc8
commit 14febe2113
4 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/// <reference path="program.ts"/> /// <reference path="program.ts"/>
/// <reference path="watchedProgram.ts"/> /// <reference path="watch.ts"/>
/// <reference path="commandLineParser.ts"/> /// <reference path="commandLineParser.ts"/>
namespace ts { namespace ts {

View file

@ -39,7 +39,7 @@
"program.ts", "program.ts",
"builder.ts", "builder.ts",
"resolutionCache.ts", "resolutionCache.ts",
"watchedProgram.ts", "watch.ts",
"commandLineParser.ts", "commandLineParser.ts",
"tsc.ts", "tsc.ts",
"diagnosticInformationMap.generated.ts" "diagnosticInformationMap.generated.ts"

View file

@ -1,5 +1,5 @@
/// <reference path="..\harness.ts" /> /// <reference path="..\harness.ts" />
/// <reference path="..\..\compiler\watchedProgram.ts" /> /// <reference path="..\..\compiler\watch.ts" />
/// <reference path="..\virtualFileSystemWithWatch.ts" /> /// <reference path="..\virtualFileSystemWithWatch.ts" />
namespace ts.tscWatch { namespace ts.tscWatch {