Home
last modified time | relevance | path

Searched refs:propertyAccessOrQualifiedName (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertImport.ts127 for (const propertyAccessOrQualifiedName of nodesToReplace) { constant
128 … const exportName = getRightOfPropertyAccessOrQualifiedName(propertyAccessOrQualifiedName).text;
133 …changes.replaceNode(sourceFile, propertyAccessOrQualifiedName, factory.createIdentifier(importName…
151 …function getRightOfPropertyAccessOrQualifiedName(propertyAccessOrQualifiedName: PropertyAccessExpr…
152 …isPropertyAccessExpression(propertyAccessOrQualifiedName) ? propertyAccessOrQualifiedName.name : p…
155 …function getLeftOfPropertyAccessOrQualifiedName(propertyAccessOrQualifiedName: PropertyAccessExpre…
156 …ropertyAccessExpression(propertyAccessOrQualifiedName) ? propertyAccessOrQualifiedName.expression …