mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Merge pull request #1000 from Microsoft/staleSourceFile
fix for issue #999
This commit is contained in:
@@ -5247,7 +5247,7 @@ module ts {
|
||||
getFormattingEditsAfterKeystroke: getFormattingEditsAfterKeystroke,
|
||||
getEmitOutput: getEmitOutput,
|
||||
getSignatureAtPosition: getSignatureAtPosition,
|
||||
getSourceFile: getSourceFile
|
||||
getSourceFile: getCurrentSourceFile
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user