Searched refs:TSVoidKeyword (Results 1 – 25 of 31) sorted by relevance
12
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | no-invalid-void-type.ts | 76 AST_NODE_TYPES.TSVoidKeyword, 91 function checkGenericTypeArgument(node: TSESTree.TSVoidKeyword): void { 148 .includes(AST_NODE_TYPES.TSVoidKeyword)), 153 TSVoidKeyword(node: TSESTree.TSVoidKeyword): void {
|
D | ban-types.ts | 117 void: AST_NODE_TYPES.TSVoidKeyword,
|
D | array-type.ts | 22 case AST_NODE_TYPES.TSVoidKeyword:
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/ |
D | typed-this.src.ts.shot | 133 "type": "TSVoidKeyword", 244 "type": "TSVoidKeyword", 287 "type": "TSVoidKeyword",
|
D | typed-keyword-void.src.ts.shot | 55 "type": "TSVoidKeyword",
|
D | export-default-interface.src.ts.shot | 76 "type": "TSVoidKeyword",
|
D | function-anynomus-with-return-type.src.ts.shot | 96 "type": "TSVoidKeyword",
|
D | type-alias-declaration-export-function-type.src.ts.shot | 141 "type": "TSVoidKeyword",
|
/third_party/typescript_eslint/packages/visitor-keys/src/ |
D | visitor-keys.ts | 144 TSVoidKeyword: [],
|
/third_party/typescript_eslint/packages/types/src/ |
D | ast-node-types.ts | 163 TSVoidKeyword = 'TSVoidKeyword', enumerator
|
D | ts-estree.ts | 294 | TSVoidKeyword 564 | TSVoidKeyword; 1702 export interface TSVoidKeyword extends BaseNode { interface 1703 type: AST_NODE_TYPES.TSVoidKeyword;
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/declare/ |
D | function.src.ts.shot | 76 "type": "TSVoidKeyword",
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/ |
D | Rule.ts | 415 TSVoidKeyword?: RuleFunction<TSESTree.TSVoidKeyword>; property
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/types/ |
D | function-in-generic.src.ts.shot | 135 "type": "TSVoidKeyword",
|
D | function-with-this.src.ts.shot | 142 "type": "TSVoidKeyword",
|
D | function-with-rest.src.ts.shot | 176 "type": "TSVoidKeyword",
|
D | constructor-with-rest.src.ts.shot | 176 "type": "TSVoidKeyword",
|
D | constructor.src.ts.shot | 195 "type": "TSVoidKeyword",
|
D | function.src.ts.shot | 195 "type": "TSVoidKeyword",
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/errorRecovery/ |
D | interface-method-readonly.src.ts.shot | 129 "type": "TSVoidKeyword",
|
D | interface-method-export.src.ts.shot | 129 "type": "TSVoidKeyword",
|
D | interface-method-protected.src.ts.shot | 129 "type": "TSVoidKeyword",
|
D | interface-method-private.src.ts.shot | 129 "type": "TSVoidKeyword",
|
D | interface-method-public.src.ts.shot | 129 "type": "TSVoidKeyword",
|
D | interface-method-static.src.ts.shot | 128 "type": "TSVoidKeyword",
|
12