Home
last modified time | relevance | path

Searched refs:TSPropertySignature (Results 1 – 25 of 34) sorted by relevance

12

/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DTypeVisitor.ts64 node: TSESTree.TSMethodSignature | TSESTree.TSPropertySignature,
205 protected TSPropertySignature(node: TSESTree.TSPropertySignature): void { method in TypeVisitor
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dtypedef.ts197 node: TSESTree.TSIndexSignature | TSESTree.TSPropertySignature,
202 node.type === AST_NODE_TYPES.TSPropertySignature
Dmethod-signature-style.ts38 node: TSESTree.TSMethodSignature | TSESTree.TSPropertySignature,
209 TSPropertySignature(propertyNode): void {
Dquotes.ts44 case AST_NODE_TYPES.TSPropertySignature:
Dmember-ordering.ts187 case AST_NODE_TYPES.TSPropertySignature:
207 case AST_NODE_TYPES.TSPropertySignature:
Dindent.ts70 AST_NODE_TYPES.TSPropertySignature,
137 | TSESTree.TSPropertySignature
Dno-invalid-void-type.ts70 AST_NODE_TYPES.TSPropertySignature,
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/
Dtype-alias-object-without-annotation.src.ts.shot91 "type": "TSPropertySignature",
166 "type": "TSPropertySignature",
Dfunction-with-object-type-without-annotation.src.ts.shot256 "type": "TSPropertySignature",
331 "type": "TSPropertySignature",
Dinterface-without-type-annotation.src.ts.shot48 "type": "TSPropertySignature",
Dinterface-with-optional-properties.src.ts.shot48 "type": "TSPropertySignature",
90 "type": "TSPropertySignature",
Dfunction-with-object-type-with-optional-properties.src.ts.shot256 "type": "TSPropertySignature",
331 "type": "TSPropertySignature",
Dtype-alias-declaration-export-object-type.src.ts.shot92 "type": "TSPropertySignature",
/third_party/typescript_eslint/packages/visitor-keys/src/
Dvisitor-keys.ts118 TSPropertySignature: ['typeAnnotation', 'key', 'initializer'],
/third_party/typescript_eslint/packages/eslint-plugin/src/util/
Dmisc.ts79 | TSESTree.TSPropertySignature,
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts137 TSPropertySignature = 'TSPropertySignature', enumerator
Dts-estree.ts268 | TSPropertySignature
510 export type TSPropertySignature = alias
527 | TSPropertySignature;
734 type: AST_NODE_TYPES.TSPropertySignature;
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts386 TSPropertySignature?: RuleFunction<TSESTree.TSPropertySignature>; property
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/types/
Dconditional-infer-simple.src.ts.shot128 "type": "TSPropertySignature",
240 "type": "TSPropertySignature",
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/errorRecovery/
Dinterface-property-static.src.ts.shot48 "type": "TSPropertySignature",
Dinterface-property-export.src.ts.shot48 "type": "TSPropertySignature",
Dinterface-property-protected.src.ts.shot49 "type": "TSPropertySignature",
Dinterface-property-private.src.ts.shot49 "type": "TSPropertySignature",
Dinterface-property-public.src.ts.shot49 "type": "TSPropertySignature",
/third_party/typescript_eslint/packages/experimental-utils/src/ast-utils/
Dpredicates.ts163 AST_NODE_TYPES.TSPropertySignature,

12