Skip to content

Commit 2f84741

Browse files
committed
Remove unnecessary fields
1 parent 1ed67c0 commit 2f84741

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/server/editorServices.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,6 @@ namespace ts.server {
22982298
}
22992299
else if (mapFileNameFromDeclarationInfo) {
23002300
declarationInfo.sourceMapFilePath = {
2301-
declarationInfoPath: declarationInfo.path,
23022301
watcher: this.addMissingSourceMapFile(
23032302
project.currentDirectory === this.currentDirectory ?
23042303
mapFileNameFromDeclarationInfo :

src/server/scriptInfo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ namespace ts.server {
283283

284284
/*@internal*/
285285
export interface SourceMapFileWatcher {
286-
declarationInfoPath: Path;
287286
watcher: FileWatcher;
288287
sourceInfos?: Map<true>;
289288
}

0 commit comments

Comments
 (0)