handle todo

This commit is contained in:
Arthur Ozga 2017-05-11 18:44:26 -07:00
parent 0432257949
commit 7d48deec34

View file

@ -2728,7 +2728,6 @@ namespace ts {
}
}
else {
// TODO(aozgaa): should we create a node with explicit or implict any?
const propertyTypeNode = propertyType ? typeToTypeNodeHelper(propertyType, context) : createKeywordTypeNode(SyntaxKind.AnyKeyword);
const modifiers = isReadonlySymbol(propertySymbol) ? [createToken(SyntaxKind.ReadonlyKeyword)] : undefined;