Searched refs:propsAndObjectLinks (Results 1 – 1 of 1) sorted by relevance
271 const propsAndObjectLinks: string[] = []; constant274 propsAndObjectLinks.push(...propCollection.get(name));277 propsAndObjectLinks.push(...objectLinkCollection.get(name));281 …if (ts.isIdentifier(item.name) && propsAndObjectLinks.includes(item.name.escapedText.toString())) {