Skip to content

Commit 388c0f5

Browse files
committed
Remove unused SymbolLinks["bindingElement"]
1 parent da15ef2 commit 388c0f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6016,7 +6016,6 @@ export interface SymbolLinks {
60166016
exportsChecked?: boolean; // True if exports of external module have been checked
60176017
typeParametersChecked?: boolean; // True if type parameters of merged class and interface declarations have been checked.
60186018
isDeclarationWithCollidingName?: boolean; // True if symbol is block scoped redeclaration
6019-
bindingElement?: BindingElement; // Binding element associated with property symbol
60206019
originatingImport?: ImportDeclaration | ImportCall; // Import declaration which produced the symbol, present if the symbol is marked as uncallable but had call signatures in `resolveESModuleSymbol`
60216020
lateSymbol?: Symbol; // Late-bound symbol for a computed property
60226021
specifierCache?: Map<ModeAwareCacheKey, string>; // For symbols corresponding to external modules, a cache of incoming path -> module specifier name mappings

0 commit comments

Comments
 (0)