mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Document endOfChain
This commit is contained in:
parent
a9602facdb
commit
b2db2295ee
@ -2066,6 +2066,7 @@ namespace ts {
|
||||
// up front (for example, during checking) could determine if we need to emit the imports
|
||||
// and we could then access that data during declaration emit.
|
||||
writer.trackSymbol(symbol, enclosingDeclaration, meaning);
|
||||
/** @param endOfChain Set to false for recursive calls; non-recursive calls should always output something. */
|
||||
function walkSymbol(symbol: Symbol, meaning: SymbolFlags, endOfChain: boolean): void {
|
||||
const accessibleSymbolChain = getAccessibleSymbolChain(symbol, enclosingDeclaration, meaning, !!(flags & SymbolFormatFlags.UseOnlyExternalAliasing));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user