Searched defs:bindingElements (Results 1 – 5 of 5) sorted by relevance
399 let bindingElements: BindingOrAssignmentElement[] | undefined; variable
466 … const bindingElements = map(refactorableParameters, createBindingElementFromParameterDeclaration); constant
326 …const bindingElements = imports.map(i => factory.createBindingElement(/*dotDotDotToken*/ undefined… constant
969 const bindingElements: BindingElement[] = []; constant
849 …const bindingElements = imports.namedImports?.map(name => factory.createBindingElement(/*dotDotDot… constant