Home
last modified time | relevance | path

Searched refs:TSTypeOperator (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-type-alias.ts193 if (type.node.type === AST_NODE_TYPES.TSTypeOperator) {
266 (type.node.type === AST_NODE_TYPES.TSTypeOperator &&
Darray-type.ts64 case AST_NODE_TYPES.TSTypeOperator:
150 node.parent.type === AST_NODE_TYPES.TSTypeOperator &&
Dno-explicit-any.ts99 node.type === AST_NODE_TYPES.TSTypeOperator &&
Dindent.ts78 AST_NODE_TYPES.TSTypeOperator,
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/types/
Dtype-operator.src.ts.shot58 "type": "TSTypeOperator",
185 "type": "TSTypeOperator",
Dmapped-named-type.src.ts.shot198 "type": "TSTypeOperator",
/third_party/typescript_eslint/packages/visitor-keys/src/
Dvisitor-keys.ts134 TSTypeOperator: ['typeAnnotation'],
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts153 TSTypeOperator = 'TSTypeOperator', enumerator
Dts-estree.ts284 | TSTypeOperator
557 | TSTypeOperator
1648 export interface TSTypeOperator extends BaseNode { interface
1649 type: AST_NODE_TYPES.TSTypeOperator;
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/
Dunique-symbol.src.ts.shot56 "type": "TSTypeOperator",
Dkeyof-operator.src.ts.shot56 "type": "TSTypeOperator",
Dreadonly-tuples.src.ts.shot365 "type": "TSTypeOperator",
Dreadonly-arrays.src.ts.shot676 "type": "TSTypeOperator",
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts401 TSTypeOperator?: RuleFunction<TSESTree.TSTypeOperator>; property
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/indent/
Dindent.test.ts580 node: AST_NODE_TYPES.TSTypeOperator,
/third_party/typescript_eslint/packages/typescript-estree/src/ts-estree/
Destree-to-ts-node-types.ts208 [AST_NODE_TYPES.TSTypeOperator]: ts.TypeOperatorNode;
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/indent-new-do-not-use/
Dindex.ts175 AST_NODE_TYPES.TSTypeOperator,
/third_party/typescript_eslint/packages/typescript-estree/src/
Dconvert.ts1748 return this.createNode<TSESTree.TSTypeOperator>(node, {
1749 type: AST_NODE_TYPES.TSTypeOperator,