/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/ |
D | no-for-in-array.test.ts | 39 type: AST_NODE_TYPES.ForInStatement, 53 type: AST_NODE_TYPES.ForInStatement, 68 type: AST_NODE_TYPES.ForInStatement, 83 type: AST_NODE_TYPES.ForInStatement, 98 type: AST_NODE_TYPES.ForInStatement,
|
/third_party/typescript/tests/baselines/reference/ |
D | APISample_linter.js | 27 case ts.SyntaxKind.ForInStatement: 88 case ts.SyntaxKind.ForInStatement:
|
D | parserRealSource11.symbols | 4955 export class ForInStatement extends Statement { 4956 >ForInStatement : Symbol(ForInStatement, Decl(parserRealSource11.ts, 1683, 5)) 4960 >lval : Symbol(ForInStatement.lval, Decl(parserRealSource11.ts, 1686, 21)) 4962 >obj : Symbol(ForInStatement.obj, Decl(parserRealSource11.ts, 1686, 38)) 4969 >this.lval : Symbol(ForInStatement.lval, Decl(parserRealSource11.ts, 1686, 21)) 4970 >this : Symbol(ForInStatement, Decl(parserRealSource11.ts, 1683, 5)) 4971 >lval : Symbol(ForInStatement.lval, Decl(parserRealSource11.ts, 1686, 21)) 4973 >this.lval : Symbol(ForInStatement.lval, Decl(parserRealSource11.ts, 1686, 21)) 4974 >this : Symbol(ForInStatement, Decl(parserRealSource11.ts, 1683, 5)) 4975 >lval : Symbol(ForInStatement.lval, Decl(parserRealSource11.ts, 1686, 21)) [all …]
|
/third_party/typescript_eslint/packages/scope-manager/src/scope/ |
D | ForScope.ts | 9 TSESTree.ForInStatement | TSESTree.ForOfStatement | TSESTree.ForStatement,
|
/third_party/typescript/src/services/ |
D | breakpoints.ts | 140 case SyntaxKind.ForInStatement: 142 return textSpanEndingAtNextToken(node, (<ForInStatement>node).expression); 382 if (variableDeclaration.parent.parent.kind === SyntaxKind.ForInStatement) { 479 case SyntaxKind.ForInStatement: 492 …itializerOfForLike(forLikeStatement: ForStatement | ForOfStatement | ForInStatement): TextSpan | u…
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | no-for-in-array.ts | 23 ForInStatement(node): void {
|
D | no-loop-func.ts | 102 case AST_NODE_TYPES.ForInStatement:
|
D | typedef.ts | 229 case AST_NODE_TYPES.ForInStatement:
|
D | no-extra-parens.ts | 168 node: TSESTree.ForInStatement | TSESTree.ForOfStatement,
|
D | no-redeclare.ts | 292 ForInStatement: checkForBlock,
|
D | no-use-before-define.ts | 164 (node.parent.parent.type === AST_NODE_TYPES.ForInStatement ||
|
/third_party/typescript_eslint/packages/eslint-plugin/typings/ |
D | eslint-rules.d.ts | 111 | TSESTree.ForInStatement 189 ForInStatement: RuleFunction<TSESTree.ForInStatement>; 524 node: TSESTree.ForInStatement | TSESTree.ForOfStatement,
|
/third_party/typescript/tests/cases/compiler/ |
D | APISample_linter.ts | 31 case ts.SyntaxKind.ForInStatement:
|
/third_party/typescript_eslint/packages/types/src/ |
D | ast-node-types.ts | 29 ForInStatement = 'ForInStatement', enumerator
|
D | ts-estree.ts | 170 | ForInStatement 385 | ForInStatement 944 export interface ForInStatement extends BaseNode { interface 945 type: AST_NODE_TYPES.ForInStatement;
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/ |
D | Referencer.ts | 68 ForInStatement(node: TSESTree.Node): void; method
|
/third_party/typescript_eslint/packages/scope-manager/src/referencer/ |
D | Referencer.ts | 206 node: TSESTree.ForInStatement | TSESTree.ForOfStatement, 510 protected ForInStatement(node: TSESTree.ForInStatement): void { method in Referencer
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/javascript/forIn/ |
D | for-in-array.src.js.shot | 75 "type": "ForInStatement",
|
D | for-in-object-with-body.src.js.shot | 75 "type": "ForInStatement",
|
D | for-in-with-bare-assigment.src.js.shot | 110 "type": "ForInStatement",
|
D | for-in-with-var.src.js.shot | 168 "type": "ForInStatement",
|
D | for-in-destruction.src.js.shot | 150 "type": "ForInStatement",
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/ |
D | Rule.ts | 278 ForInStatement?: RuleFunction<TSESTree.ForInStatement>; property
|
/third_party/typescript_eslint/packages/typescript-estree/src/ts-estree/ |
D | estree-to-ts-node-types.ts | 61 [AST_NODE_TYPES.ForInStatement]: ts.ForInStatement;
|
D | ts-nodes.ts | 132 | ts.ForInStatement
|