mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Use the fileName that is in scope.
This commit is contained in:
@@ -4000,7 +4000,7 @@ module ts {
|
||||
let end = node.getEnd();
|
||||
|
||||
return {
|
||||
fileName: node.getSourceFile().fileName,
|
||||
fileName: sourceFile.fileName,
|
||||
textSpan: createTextSpanFromBounds(start, end),
|
||||
isDefinition: false,
|
||||
isWriteAccess: false,
|
||||
|
||||
Reference in New Issue
Block a user