From 14febe211308082ae0875bc74da95a3ee4bb6c1a Mon Sep 17 00:00:00 2001 From: Sheetal Nandi Date: Tue, 26 Sep 2017 10:46:32 -0700 Subject: [PATCH] Rename watchedProgram.ts to watch.ts --- src/compiler/tsc.ts | 2 +- src/compiler/tsconfig.json | 2 +- src/compiler/{watchedProgram.ts => watch.ts} | 0 src/harness/unittests/tscWatchMode.ts | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/compiler/{watchedProgram.ts => watch.ts} (100%) diff --git a/src/compiler/tsc.ts b/src/compiler/tsc.ts index 57c906c7fb..680daeeb48 100644 --- a/src/compiler/tsc.ts +++ b/src/compiler/tsc.ts @@ -1,5 +1,5 @@ /// -/// +/// /// namespace ts { diff --git a/src/compiler/tsconfig.json b/src/compiler/tsconfig.json index f527610cbd..dee33cbf16 100644 --- a/src/compiler/tsconfig.json +++ b/src/compiler/tsconfig.json @@ -39,7 +39,7 @@ "program.ts", "builder.ts", "resolutionCache.ts", - "watchedProgram.ts", + "watch.ts", "commandLineParser.ts", "tsc.ts", "diagnosticInformationMap.generated.ts" diff --git a/src/compiler/watchedProgram.ts b/src/compiler/watch.ts similarity index 100% rename from src/compiler/watchedProgram.ts rename to src/compiler/watch.ts diff --git a/src/harness/unittests/tscWatchMode.ts b/src/harness/unittests/tscWatchMode.ts index def410c6b6..5267bbcf04 100644 --- a/src/harness/unittests/tscWatchMode.ts +++ b/src/harness/unittests/tscWatchMode.ts @@ -1,5 +1,5 @@ /// -/// +/// /// namespace ts.tscWatch {