Skip to content

Commit b2db229

Browse files
author
Andy Hanson
committed
Document endOfChain
1 parent a9602fa commit b2db229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,6 +2066,7 @@ namespace ts {
20662066
// up front (for example, during checking) could determine if we need to emit the imports
20672067
// and we could then access that data during declaration emit.
20682068
writer.trackSymbol(symbol, enclosingDeclaration, meaning);
2069+
/** @param endOfChain Set to false for recursive calls; non-recursive calls should always output something. */
20692070
function walkSymbol(symbol: Symbol, meaning: SymbolFlags, endOfChain: boolean): void {
20702071
const accessibleSymbolChain = getAccessibleSymbolChain(symbol, enclosingDeclaration, meaning, !!(flags & SymbolFormatFlags.UseOnlyExternalAliasing));
20712072

0 commit comments

Comments
 (0)