Searched defs:propertyAccess (Results 1 – 8 of 8) sorted by relevance
109 …const propertyAccess = classDeclaration.heritageClauses![0].types[0].expression as ts.PropertyAcce… constant
476 const propertyAccess = tsExpr as PropertyAccessExpression; constant
629 const propertyAccess = tsExpr as PropertyAccessExpression; constant
1817 const propertyAccess = node.expression as PropertyAccessExpression; constant
25594 … const propertyAccess = getDiscriminantPropertyAccess(typeOfExpr.expression, type); constant
2410 …const propertyAccess = node.kind === SyntaxKind.ImportType ? node as ImportTypeNode : node.parent … constant
49946 function isTopLevelNamespaceAssignment(propertyAccess) { argument49951 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { argument
41237 function isTopLevelNamespaceAssignment(propertyAccess) { argument41242 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { argument