src/externs.ts (4 lines): - line 389: members += ` /* TODO: ${ts.SyntaxKind[member.name.kind]}: ${ - line 426: // TODO: it appears you can just write 'class Foo { ...' in externs. - line 469: // TODO: For now property names other than Identifiers are not handled; e.g. - line 497: emit(`\n/* TODO: ${ts.SyntaxKind[member.kind]}: ${memberName.join('.')} */\n`); src/module_type_translator.ts (2 lines): - line 125: // TODO: remove once AnnotatorHost.typeBlackListPaths is removed. - line 442: // TODO: there may be problems if an annotation doesn't apply to all overloads;