mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 01:34:55 -06:00
Remove unused type.
This commit is contained in:
parent
afc57777f3
commit
89cd1e28f2
@ -48,12 +48,6 @@ module ts {
|
||||
return node;
|
||||
}
|
||||
|
||||
interface ReferenceComments {
|
||||
referencedFiles: FileReference[];
|
||||
amdDependencies: string[];
|
||||
amdModuleName: string;
|
||||
}
|
||||
|
||||
export function getSourceFileOfNode(node: Node): SourceFile {
|
||||
while (node && node.kind !== SyntaxKind.SourceFile) node = node.parent;
|
||||
return <SourceFile>node;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user