Don't use UseTypeOfFunction in typeWriter

This commit is contained in:
Jason Freeman
2014-08-28 12:52:44 -07:00
parent 46825ab05d
commit 44c2453ec6
468 changed files with 4147 additions and 4147 deletions

View File

@@ -86,7 +86,7 @@ class TypeWriterWalker {
column: lineAndCharacter.character,
syntaxKind: ts.SyntaxKind[node.kind],
sourceText: sourceText,
type: this.checker.typeToString(type, node.parent, ts.TypeFormatFlags.UseTypeOfFunction)
type: this.checker.typeToString(type, node.parent, ts.TypeFormatFlags.None)
});
}