mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
CR feedback.
This commit is contained in:
@@ -3160,7 +3160,7 @@ module ts {
|
||||
var sourceFile = getSourceFile(fileName);
|
||||
|
||||
var result: ClassifiedSpan[] = [];
|
||||
processNode(sourceFile.getSourceFile());
|
||||
processNode(sourceFile);
|
||||
|
||||
return result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user