We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed67c0 commit 2f84741Copy full SHA for 2f84741
src/server/editorServices.ts
@@ -2298,7 +2298,6 @@ namespace ts.server {
2298
}
2299
else if (mapFileNameFromDeclarationInfo) {
2300
declarationInfo.sourceMapFilePath = {
2301
- declarationInfoPath: declarationInfo.path,
2302
watcher: this.addMissingSourceMapFile(
2303
project.currentDirectory === this.currentDirectory ?
2304
mapFileNameFromDeclarationInfo :
src/server/scriptInfo.ts
@@ -283,7 +283,6 @@ namespace ts.server {
283
284
/*@internal*/
285
export interface SourceMapFileWatcher {
286
- declarationInfoPath: Path;
287
watcher: FileWatcher;
288
sourceInfos?: Map<true>;
289
0 commit comments