We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23acff5 commit 14febe2Copy full SHA for 14febe2
4 files changed
src/compiler/tsc.ts
@@ -1,5 +1,5 @@
1
/// <reference path="program.ts"/>
2
-/// <reference path="watchedProgram.ts"/>
+/// <reference path="watch.ts"/>
3
/// <reference path="commandLineParser.ts"/>
4
5
namespace ts {
src/compiler/tsconfig.json
@@ -39,7 +39,7 @@
39
"program.ts",
40
"builder.ts",
41
"resolutionCache.ts",
42
- "watchedProgram.ts",
+ "watch.ts",
43
"commandLineParser.ts",
44
"tsc.ts",
45
"diagnosticInformationMap.generated.ts"
src/compiler/watchedProgram.ts src/compiler/watch.tssrc/compiler/watchedProgram.ts renamed to src/compiler/watch.ts
src/harness/unittests/tscWatchMode.ts
/// <reference path="..\harness.ts" />
-/// <reference path="..\..\compiler\watchedProgram.ts" />
+/// <reference path="..\..\compiler\watch.ts" />
/// <reference path="..\virtualFileSystemWithWatch.ts" />
namespace ts.tscWatch {
0 commit comments