Skip to content

Commit 14febe2

Browse files
committed
Rename watchedProgram.ts to watch.ts
1 parent 23acff5 commit 14febe2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/compiler/tsc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference path="program.ts"/>
2-
/// <reference path="watchedProgram.ts"/>
2+
/// <reference path="watch.ts"/>
33
/// <reference path="commandLineParser.ts"/>
44

55
namespace ts {

src/compiler/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"program.ts",
4040
"builder.ts",
4141
"resolutionCache.ts",
42-
"watchedProgram.ts",
42+
"watch.ts",
4343
"commandLineParser.ts",
4444
"tsc.ts",
4545
"diagnosticInformationMap.generated.ts"
File renamed without changes.

src/harness/unittests/tscWatchMode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference path="..\harness.ts" />
2-
/// <reference path="..\..\compiler\watchedProgram.ts" />
2+
/// <reference path="..\..\compiler\watch.ts" />
33
/// <reference path="..\virtualFileSystemWithWatch.ts" />
44

55
namespace ts.tscWatch {

0 commit comments

Comments
 (0)