| /third_party/typescript_eslint/packages/scope-manager/tests/eslint-scope/ |
| D | references.test.ts | 6 const { scopeManager } = parseAndAnalyze('let a = 0;'); constant 27 const { scopeManager } = parseAndAnalyze(` constant 55 const { scopeManager } = parseAndAnalyze(` constant 84 const { scopeManager } = parseAndAnalyze('const a = 0;'); constant 105 const { scopeManager } = parseAndAnalyze(` constant 135 const { scopeManager } = parseAndAnalyze('var a = 0;'); constant 156 const { scopeManager } = parseAndAnalyze(` constant 184 const { scopeManager } = parseAndAnalyze(` constant 208 const { scopeManager } = parseAndAnalyze(` constant 238 const { scopeManager } = parseAndAnalyze(` constant [all …]
|
| D | es6-destructuring-assignments.test.ts | 13 const { scopeManager } = parseAndAnalyze(` constant 53 const { scopeManager } = parseAndAnalyze(` constant 93 const { scopeManager } = parseAndAnalyze(` constant 143 const { scopeManager } = parseAndAnalyze(` constant 199 const { scopeManager } = parseAndAnalyze(` constant 266 const { scopeManager } = parseAndAnalyze(` constant 336 const { scopeManager } = parseAndAnalyze(` constant 387 const { scopeManager } = parseAndAnalyze(` constant 434 const { scopeManager } = parseAndAnalyze(` constant 474 let { scopeManager } = parseAndAnalyze(` variable [all …]
|
| D | implicit-global-reference.test.ts | 10 const { scopeManager } = parseAndAnalyze(` constant 32 const { scopeManager } = parseAndAnalyze(` constant 54 const { scopeManager } = parseAndAnalyze(` constant 78 const { scopeManager } = parseAndAnalyze(` constant 99 const { scopeManager } = parseAndAnalyze(` constant 123 const { scopeManager } = parseAndAnalyze(` constant 144 const { scopeManager } = parseAndAnalyze(` constant
|
| D | es6-export.test.ts | 14 const { scopeManager } = parseAndAnalyze('export var v;', 'module'); constant 34 const { scopeManager } = parseAndAnalyze( constant 64 const { scopeManager } = parseAndAnalyze( constant 92 const { scopeManager } = parseAndAnalyze('export default 42;', 'module'); constant 110 const { scopeManager } = parseAndAnalyze( constant 133 const { scopeManager } = parseAndAnalyze( constant 156 const { scopeManager } = parseAndAnalyze( constant 177 const { scopeManager } = parseAndAnalyze( constant 198 const { scopeManager } = parseAndAnalyze('export * from "mod";', 'module'); constant
|
| D | es6-arrow-function-expression.test.ts | 11 const { scopeManager } = parseAndAnalyze(` constant 41 const { scopeManager } = parseAndAnalyze('var arrow = (a, b, c, d) => {}'); constant 67 const { scopeManager } = parseAndAnalyze(` constant 90 const { scopeManager } = parseAndAnalyze(` constant 114 const { scopeManager } = parseAndAnalyze('var arrow = a => a;'); constant
|
| D | es6-class.test.ts | 12 const { scopeManager } = parseAndAnalyze(` constant 53 const { scopeManager } = parseAndAnalyze(` constant 91 const { scopeManager } = parseAndAnalyze(` constant 127 const { scopeManager } = parseAndAnalyze(` constant 171 const { scopeManager } = parseAndAnalyze(` constant
|
| D | implied-strict.test.ts | 11 const { scopeManager } = parseAndAnalyze( constant 45 const { scopeManager } = parseAndAnalyze( constant 70 const { scopeManager } = parseAndAnalyze( constant 101 const { scopeManager } = parseAndAnalyze('function foo() {}', { constant
|
| D | es6-import.test.ts | 13 const { scopeManager } = parseAndAnalyze('import v from "mod";', 'module'); constant 34 const { scopeManager } = parseAndAnalyze( constant 58 const { scopeManager } = parseAndAnalyze( constant 82 const { scopeManager } = parseAndAnalyze( constant 112 const { scopeManager } = parseAndAnalyze( constant
|
| D | es6-block-scope.test.ts | 11 const { scopeManager } = parseAndAnalyze(` constant 36 const { scopeManager } = parseAndAnalyze(` constant 68 const { scopeManager } = parseAndAnalyze(` constant 98 const { scopeManager } = parseAndAnalyze(` constant
|
| D | es6-default-parameters.test.ts | 25 const { scopeManager } = parseAndAnalyze(code); constant 68 const { scopeManager } = parseAndAnalyze(code); constant 113 const { scopeManager } = parseAndAnalyze(code); constant 158 const { scopeManager } = parseAndAnalyze(code); constant 202 const { scopeManager } = parseAndAnalyze(code); constant 247 const { scopeManager } = parseAndAnalyze(code); constant 292 const { scopeManager } = parseAndAnalyze(code); constant 334 const { scopeManager } = parseAndAnalyze(code); constant
|
| D | es6-iteration-scope.test.ts | 13 const { scopeManager } = parseAndAnalyze(` constant 63 const { scopeManager } = parseAndAnalyze(` constant 121 const { scopeManager } = parseAndAnalyze(` constant
|
| D | label.test.ts | 11 const { scopeManager } = parseAndAnalyze( constant 39 const { scopeManager } = parseAndAnalyze(` constant
|
| D | global-return.test.ts | 13 const { scopeManager } = parseAndAnalyze( constant 42 const { scopeManager } = parseAndAnalyze("import {x as v} from 'mod';", { constant
|
| D | es6-object.test.ts | 11 const { scopeManager } = parseAndAnalyze(` constant 37 const { scopeManager } = parseAndAnalyze(` constant
|
| D | global-increment.test.ts | 9 const { scopeManager } = parseAndAnalyze('b++;'); constant
|
| D | es6-switch.test.ts | 11 const { scopeManager } = parseAndAnalyze(` constant
|
| D | catch-scope.test.ts | 12 const { scopeManager } = parseAndAnalyze(` constant
|
| D | es6-rest-args.test.ts | 13 const { scopeManager } = parseAndAnalyze(` constant
|
| D | es6-template-literal.test.ts | 11 const { scopeManager } = parseAndAnalyze(` constant
|
| D | es6-catch.test.ts | 12 const { scopeManager } = parseAndAnalyze(` constant
|
| /third_party/typescript_eslint/packages/scope-manager/tests/types/ |
| D | reference-type.test.ts | 6 const { ast, scopeManager } = parseAndAnalyze(` constant 29 const { ast, scopeManager } = parseAndAnalyze(` constant 47 const { ast, scopeManager } = parseAndAnalyze(` constant 62 const { ast, scopeManager } = parseAndAnalyze(` constant 105 const { ast, scopeManager } = parseAndAnalyze( constant 128 const { ast, scopeManager } = parseAndAnalyze(` constant 151 const { ast, scopeManager } = parseAndAnalyze(` constant 165 const { ast, scopeManager } = parseAndAnalyze(` constant 175 const { ast, scopeManager } = parseAndAnalyze(` constant
|
| D | variable-definition.test.ts | 6 const { ast, scopeManager } = parseAndAnalyze(` constant 29 const { ast, scopeManager } = parseAndAnalyze(` constant 54 const { ast, scopeManager } = parseAndAnalyze(` constant 77 const { ast, scopeManager } = parseAndAnalyze(` constant
|
| /third_party/typescript_eslint/packages/scope-manager/tests/ |
| D | lib.test.ts | 6 const { scopeManager } = parseAndAnalyze('', { constant 15 const { scopeManager } = parseAndAnalyze('', { constant
|
| /third_party/typescript_eslint/packages/scope-manager/tests/util/ |
| D | parse.ts | 33 scopeManager: ReturnType<typeof analyze>; property 56 const scopeManager = analyze(ast, analyzeOptions); constant
|
| /third_party/typescript_eslint/packages/parser/src/ |
| D | parser.ts | 26 scopeManager: ScopeManager; property 169 const scopeManager = analyze(ast, analyzeOptions); constant
|