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 0dbb976 commit b466336Copy full SHA for b466336
src/services/outliningElementsCollector.ts
@@ -175,6 +175,7 @@ namespace ts.OutliningElementsCollector {
175
case SyntaxKind.ModuleBlock:
176
return spanForNode(n.parent);
177
case SyntaxKind.ClassDeclaration:
178
+ case SyntaxKind.ClassExpression:
179
case SyntaxKind.InterfaceDeclaration:
180
case SyntaxKind.EnumDeclaration:
181
case SyntaxKind.CaseBlock:
0 commit comments