File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5585,7 +5585,7 @@ namespace ts {
5585
5585
}
5586
5586
visitedSymbols.set("" + getSymbolId(symbol), true);
5587
5587
// Only actually serialize symbols within the correct enclosing declaration, otherwise do nothing with the out-of-context symbol
5588
- const skipMembershipCheck = !isPrivate; // We only call this on exported symbols when we know they're in the correct scope
5588
+ const skipMembershipCheck = !isPrivate; // We only call this on exported symbols when we know they're in the correct scope
5589
5589
if (skipMembershipCheck || (!!length(symbol.declarations) && some(symbol.declarations, d => !!findAncestor(d, n => n === enclosingDeclaration)))) {
5590
5590
const oldContext = context;
5591
5591
context = cloneNodeBuilderContext(context);
You can’t perform that action at this time.
0 commit comments