You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportsChecked?: boolean;// True if exports of external module have been checked
6017
6017
typeParametersChecked?: boolean;// True if type parameters of merged class and interface declarations have been checked.
6018
6018
isDeclarationWithCollidingName?: boolean;// True if symbol is block scoped redeclaration
6019
-
bindingElement?: BindingElement;// Binding element associated with property symbol
6020
6019
originatingImport?: ImportDeclaration|ImportCall;// Import declaration which produced the symbol, present if the symbol is marked as uncallable but had call signatures in `resolveESModuleSymbol`
6021
6020
lateSymbol?: Symbol;// Late-bound symbol for a computed property
6022
6021
specifierCache?: Map<ModeAwareCacheKey,string>;// For symbols corresponding to external modules, a cache of incoming path -> module specifier name mappings
0 commit comments