We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4ed53 commit 24909f6Copy full SHA for 24909f6
src/compiler.ts
@@ -1532,7 +1532,7 @@ export class Compiler extends DiagnosticEmitter {
1532
return null;
1533
}
1534
let members = enumElement.members;
1535
- if (!members) return null; // TODO
+ if (!members) return null;
1536
if (enumElement.toStringFunctionName) return enumElement.toStringFunctionName;
1537
const functionName = `${enumElement.internalName}#${CommonNames.EnumToString}`;
1538
enumElement.toStringFunctionName = functionName;
0 commit comments