Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Dprefer-function-type.test.ts58 type: AST_NODE_TYPES.TSCallSignatureDeclaration,
77 type: AST_NODE_TYPES.TSCallSignatureDeclaration,
96 type: AST_NODE_TYPES.TSCallSignatureDeclaration,
117 type: AST_NODE_TYPES.TSCallSignatureDeclaration,
138 type: AST_NODE_TYPES.TSCallSignatureDeclaration,
157 type: AST_NODE_TYPES.TSCallSignatureDeclaration,
176 type: AST_NODE_TYPES.TSCallSignatureDeclaration,
193 type: AST_NODE_TYPES.TSCallSignatureDeclaration,
253 type: AST_NODE_TYPES.TSCallSignatureDeclaration,
/third_party/typescript_eslint/packages/experimental-utils/src/ast-utils/
Dpredicates.ts95 | TSESTree.TSCallSignatureDeclaration
106 AST_NODE_TYPES.TSCallSignatureDeclaration,
121 | TSESTree.TSCallSignatureDeclaration
159 AST_NODE_TYPES.TSCallSignatureDeclaration,
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-readonly-parameter-types.ts60 AST_NODE_TYPES.TSCallSignatureDeclaration,
71 | TSESTree.TSCallSignatureDeclaration
Dprefer-function-type.ts79 | TSESTree.TSCallSignatureDeclaration
118 (member.type === AST_NODE_TYPES.TSCallSignatureDeclaration ||
Dunified-signatures.ts44 | TSESTree.TSCallSignatureDeclaration
537 TSCallSignatureDeclaration: addOverload,
588 case AST_NODE_TYPES.TSCallSignatureDeclaration:
Dadjacent-overload-signatures.ts83 case AST_NODE_TYPES.TSCallSignatureDeclaration:
Dno-explicit-any.ts70 AST_NODE_TYPES.TSCallSignatureDeclaration, // type T = {(...args: any[]): unknown};
Dno-unused-vars.ts93 | TSESTree.TSCallSignatureDeclaration
Dindent.ts40 AST_NODE_TYPES.TSCallSignatureDeclaration,
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/type-declaration/signatures/
Dcall.ts.shot52 node: TSCallSignatureDeclaration$3,
80 block: TSCallSignatureDeclaration$3,
Dcall-generics.ts.shot65 node: TSCallSignatureDeclaration$4,
93 block: TSCallSignatureDeclaration$4,
/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DTypeVisitor.ts26 | TSESTree.TSCallSignatureDeclaration
86 protected TSCallSignatureDeclaration( method in TypeVisitor
87 node: TSESTree.TSCallSignatureDeclaration,
/third_party/typescript_eslint/packages/scope-manager/src/scope/
DFunctionTypeScope.ts9 | TSESTree.TSCallSignatureDeclaration
/third_party/typescript_eslint/packages/scope-manager/src/definition/
DParameterDefinition.ts10 | TSESTree.TSCallSignatureDeclaration
/third_party/typescript_eslint/packages/visitor-keys/src/
Dvisitor-keys.ts74 TSCallSignatureDeclaration: ['typeParameters', 'params', 'returnType'],
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts98 TSCallSignatureDeclaration = 'TSCallSignatureDeclaration', enumerator
Dts-estree.ts229 | TSCallSignatureDeclaration
523 | TSCallSignatureDeclaration
1320 export interface TSCallSignatureDeclaration extends FunctionSignatureBase { interface
1321 type: AST_NODE_TYPES.TSCallSignatureDeclaration;
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts340 TSCallSignatureDeclaration?: RuleFunction< property
341 TSESTree.TSCallSignatureDeclaration
/third_party/typescript_eslint/packages/typescript-estree/tests/ast-alignment/
Dutils.ts68 TSCallSignatureDeclaration(node) {
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/
Dcall-signatures.src.ts.shot155 "type": "TSCallSignatureDeclaration",
Dcall-signatures-with-generics.src.ts.shot155 "type": "TSCallSignatureDeclaration",
/third_party/typescript_eslint/packages/typescript-estree/src/ts-estree/
Destree-to-ts-node-types.ts160 [AST_NODE_TYPES.TSCallSignatureDeclaration]: ts.PropertySignature;
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/indent-new-do-not-use/
Dindex.ts137 AST_NODE_TYPES.TSCallSignatureDeclaration,
/third_party/typescript_eslint/packages/typescript-estree/src/
Dconvert.ts2427 type = AST_NODE_TYPES.TSCallSignatureDeclaration;
2439 | TSESTree.TSCallSignatureDeclaration