Skip to content

Commit 7d48dee

Browse files
author
Arthur Ozga
committed
handle todo
1 parent 0432257 commit 7d48dee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2728,7 +2728,6 @@ namespace ts {
27282728
}
27292729
}
27302730
else {
2731-
// TODO(aozgaa): should we create a node with explicit or implict any?
27322731
const propertyTypeNode = propertyType ? typeToTypeNodeHelper(propertyType, context) : createKeywordTypeNode(SyntaxKind.AnyKeyword);
27332732

27342733
const modifiers = isReadonlySymbol(propertySymbol) ? [createToken(SyntaxKind.ReadonlyKeyword)] : undefined;

0 commit comments

Comments
 (0)