Remove unnecessary fields

This commit is contained in:
Sheetal Nandi 2018-12-06 15:13:21 -08:00
parent 1ed67c0ebd
commit 2f84741725
2 changed files with 0 additions and 2 deletions

View File

@ -2298,7 +2298,6 @@ namespace ts.server {
}
else if (mapFileNameFromDeclarationInfo) {
declarationInfo.sourceMapFilePath = {
declarationInfoPath: declarationInfo.path,
watcher: this.addMissingSourceMapFile(
project.currentDirectory === this.currentDirectory ?
mapFileNameFromDeclarationInfo :

View File

@ -283,7 +283,6 @@ namespace ts.server {
/*@internal*/
export interface SourceMapFileWatcher {
declarationInfoPath: Path;
watcher: FileWatcher;
sourceInfos?: Map<true>;
}