/third_party/typescript_eslint/packages/scope-manager/src/referencer/ |
D | TypeVisitor.ts | 64 node: TSESTree.TSMethodSignature | TSESTree.TSPropertySignature, 205 protected TSPropertySignature(node: TSESTree.TSPropertySignature): void { method in TypeVisitor
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | typedef.ts | 197 node: TSESTree.TSIndexSignature | TSESTree.TSPropertySignature, 202 node.type === AST_NODE_TYPES.TSPropertySignature
|
D | method-signature-style.ts | 38 node: TSESTree.TSMethodSignature | TSESTree.TSPropertySignature, 209 TSPropertySignature(propertyNode): void {
|
D | quotes.ts | 44 case AST_NODE_TYPES.TSPropertySignature:
|
D | member-ordering.ts | 187 case AST_NODE_TYPES.TSPropertySignature: 207 case AST_NODE_TYPES.TSPropertySignature:
|
D | indent.ts | 70 AST_NODE_TYPES.TSPropertySignature, 137 | TSESTree.TSPropertySignature
|
D | no-invalid-void-type.ts | 70 AST_NODE_TYPES.TSPropertySignature,
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/ |
D | type-alias-object-without-annotation.src.ts.shot | 91 "type": "TSPropertySignature", 166 "type": "TSPropertySignature",
|
D | function-with-object-type-without-annotation.src.ts.shot | 256 "type": "TSPropertySignature", 331 "type": "TSPropertySignature",
|
D | interface-without-type-annotation.src.ts.shot | 48 "type": "TSPropertySignature",
|
D | interface-with-optional-properties.src.ts.shot | 48 "type": "TSPropertySignature", 90 "type": "TSPropertySignature",
|
D | function-with-object-type-with-optional-properties.src.ts.shot | 256 "type": "TSPropertySignature", 331 "type": "TSPropertySignature",
|
D | type-alias-declaration-export-object-type.src.ts.shot | 92 "type": "TSPropertySignature",
|
/third_party/typescript_eslint/packages/visitor-keys/src/ |
D | visitor-keys.ts | 118 TSPropertySignature: ['typeAnnotation', 'key', 'initializer'],
|
/third_party/typescript_eslint/packages/eslint-plugin/src/util/ |
D | misc.ts | 79 | TSESTree.TSPropertySignature,
|
/third_party/typescript_eslint/packages/types/src/ |
D | ast-node-types.ts | 137 TSPropertySignature = 'TSPropertySignature', enumerator
|
D | ts-estree.ts | 268 | TSPropertySignature 510 export type TSPropertySignature = alias 527 | TSPropertySignature; 734 type: AST_NODE_TYPES.TSPropertySignature;
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/ |
D | Rule.ts | 386 TSPropertySignature?: RuleFunction<TSESTree.TSPropertySignature>; property
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/types/ |
D | conditional-infer-simple.src.ts.shot | 128 "type": "TSPropertySignature", 240 "type": "TSPropertySignature",
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/errorRecovery/ |
D | interface-property-static.src.ts.shot | 48 "type": "TSPropertySignature",
|
D | interface-property-export.src.ts.shot | 48 "type": "TSPropertySignature",
|
D | interface-property-protected.src.ts.shot | 49 "type": "TSPropertySignature",
|
D | interface-property-private.src.ts.shot | 49 "type": "TSPropertySignature",
|
D | interface-property-public.src.ts.shot | 49 "type": "TSPropertySignature",
|
/third_party/typescript_eslint/packages/experimental-utils/src/ast-utils/ |
D | predicates.ts | 163 AST_NODE_TYPES.TSPropertySignature,
|