Home
last modified time | relevance | path

Searched refs:TSVoidKeyword (Results 1 – 25 of 31) sorted by relevance

12

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-invalid-void-type.ts76 AST_NODE_TYPES.TSVoidKeyword,
91 function checkGenericTypeArgument(node: TSESTree.TSVoidKeyword): void {
148 .includes(AST_NODE_TYPES.TSVoidKeyword)),
153 TSVoidKeyword(node: TSESTree.TSVoidKeyword): void {
Dban-types.ts117 void: AST_NODE_TYPES.TSVoidKeyword,
Darray-type.ts22 case AST_NODE_TYPES.TSVoidKeyword:
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/
Dtyped-this.src.ts.shot133 "type": "TSVoidKeyword",
244 "type": "TSVoidKeyword",
287 "type": "TSVoidKeyword",
Dtyped-keyword-void.src.ts.shot55 "type": "TSVoidKeyword",
Dexport-default-interface.src.ts.shot76 "type": "TSVoidKeyword",
Dfunction-anynomus-with-return-type.src.ts.shot96 "type": "TSVoidKeyword",
Dtype-alias-declaration-export-function-type.src.ts.shot141 "type": "TSVoidKeyword",
/third_party/typescript_eslint/packages/visitor-keys/src/
Dvisitor-keys.ts144 TSVoidKeyword: [],
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts163 TSVoidKeyword = 'TSVoidKeyword', enumerator
Dts-estree.ts294 | 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/
Dfunction.src.ts.shot76 "type": "TSVoidKeyword",
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts415 TSVoidKeyword?: RuleFunction<TSESTree.TSVoidKeyword>; property
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/types/
Dfunction-in-generic.src.ts.shot135 "type": "TSVoidKeyword",
Dfunction-with-this.src.ts.shot142 "type": "TSVoidKeyword",
Dfunction-with-rest.src.ts.shot176 "type": "TSVoidKeyword",
Dconstructor-with-rest.src.ts.shot176 "type": "TSVoidKeyword",
Dconstructor.src.ts.shot195 "type": "TSVoidKeyword",
Dfunction.src.ts.shot195 "type": "TSVoidKeyword",
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/errorRecovery/
Dinterface-method-readonly.src.ts.shot129 "type": "TSVoidKeyword",
Dinterface-method-export.src.ts.shot129 "type": "TSVoidKeyword",
Dinterface-method-protected.src.ts.shot129 "type": "TSVoidKeyword",
Dinterface-method-private.src.ts.shot129 "type": "TSVoidKeyword",
Dinterface-method-public.src.ts.shot129 "type": "TSVoidKeyword",
Dinterface-method-static.src.ts.shot128 "type": "TSVoidKeyword",

12