mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
Rename watchedProgram.ts to watch.ts
This commit is contained in:
parent
23acff5bc8
commit
14febe2113
@ -1,5 +1,5 @@
|
||||
/// <reference path="program.ts"/>
|
||||
/// <reference path="watchedProgram.ts"/>
|
||||
/// <reference path="watch.ts"/>
|
||||
/// <reference path="commandLineParser.ts"/>
|
||||
|
||||
namespace ts {
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
"program.ts",
|
||||
"builder.ts",
|
||||
"resolutionCache.ts",
|
||||
"watchedProgram.ts",
|
||||
"watch.ts",
|
||||
"commandLineParser.ts",
|
||||
"tsc.ts",
|
||||
"diagnosticInformationMap.generated.ts"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/// <reference path="..\harness.ts" />
|
||||
/// <reference path="..\..\compiler\watchedProgram.ts" />
|
||||
/// <reference path="..\..\compiler\watch.ts" />
|
||||
/// <reference path="..\virtualFileSystemWithWatch.ts" />
|
||||
|
||||
namespace ts.tscWatch {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user