We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4771c commit 36546ceCopy full SHA for 36546ce
javascript/extractor/lib/typescript/src/type_table.ts
@@ -771,6 +771,7 @@ export class TypeTable {
771
try {
772
return this.typeChecker.getTypeOfSymbolAtLocation(symbol, this.arbitraryAstNode)
773
} catch (e) {
774
+ console.warn(`Could not compute type of '${this.typeChecker.symbolToString(symbol)}'`);
775
return null;
776
}
777
0 commit comments