mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 21:37:41 -06:00
Remove unnecessary fields
This commit is contained in:
parent
1ed67c0ebd
commit
2f84741725
@ -2298,7 +2298,6 @@ namespace ts.server {
|
||||
}
|
||||
else if (mapFileNameFromDeclarationInfo) {
|
||||
declarationInfo.sourceMapFilePath = {
|
||||
declarationInfoPath: declarationInfo.path,
|
||||
watcher: this.addMissingSourceMapFile(
|
||||
project.currentDirectory === this.currentDirectory ?
|
||||
mapFileNameFromDeclarationInfo :
|
||||
|
||||
@ -283,7 +283,6 @@ namespace ts.server {
|
||||
|
||||
/*@internal*/
|
||||
export interface SourceMapFileWatcher {
|
||||
declarationInfoPath: Path;
|
||||
watcher: FileWatcher;
|
||||
sourceInfos?: Map<true>;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user