Home
last modified time | relevance | path

Searched defs:scopeManager (Results 1 – 25 of 38) sorted by relevance

12

/third_party/typescript_eslint/packages/scope-manager/tests/eslint-scope/
Dreferences.test.ts6 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 …]
Des6-destructuring-assignments.test.ts13 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 …]
Dimplicit-global-reference.test.ts10 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
Des6-export.test.ts14 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
Des6-arrow-function-expression.test.ts11 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
Des6-class.test.ts12 const { scopeManager } = parseAndAnalyze(` constant
53 const { scopeManager } = parseAndAnalyze(` constant
91 const { scopeManager } = parseAndAnalyze(` constant
127 const { scopeManager } = parseAndAnalyze(` constant
171 const { scopeManager } = parseAndAnalyze(` constant
Dimplied-strict.test.ts11 const { scopeManager } = parseAndAnalyze( constant
45 const { scopeManager } = parseAndAnalyze( constant
70 const { scopeManager } = parseAndAnalyze( constant
101 const { scopeManager } = parseAndAnalyze('function foo() {}', { constant
Des6-import.test.ts13 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
Des6-block-scope.test.ts11 const { scopeManager } = parseAndAnalyze(` constant
36 const { scopeManager } = parseAndAnalyze(` constant
68 const { scopeManager } = parseAndAnalyze(` constant
98 const { scopeManager } = parseAndAnalyze(` constant
Des6-default-parameters.test.ts25 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
Des6-iteration-scope.test.ts13 const { scopeManager } = parseAndAnalyze(` constant
63 const { scopeManager } = parseAndAnalyze(` constant
121 const { scopeManager } = parseAndAnalyze(` constant
Dlabel.test.ts11 const { scopeManager } = parseAndAnalyze( constant
39 const { scopeManager } = parseAndAnalyze(` constant
Dglobal-return.test.ts13 const { scopeManager } = parseAndAnalyze( constant
42 const { scopeManager } = parseAndAnalyze("import {x as v} from 'mod';", { constant
Des6-object.test.ts11 const { scopeManager } = parseAndAnalyze(` constant
37 const { scopeManager } = parseAndAnalyze(` constant
Dglobal-increment.test.ts9 const { scopeManager } = parseAndAnalyze('b++;'); constant
Des6-switch.test.ts11 const { scopeManager } = parseAndAnalyze(` constant
Dcatch-scope.test.ts12 const { scopeManager } = parseAndAnalyze(` constant
Des6-rest-args.test.ts13 const { scopeManager } = parseAndAnalyze(` constant
Des6-template-literal.test.ts11 const { scopeManager } = parseAndAnalyze(` constant
Des6-catch.test.ts12 const { scopeManager } = parseAndAnalyze(` constant
/third_party/typescript_eslint/packages/scope-manager/tests/types/
Dreference-type.test.ts6 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
Dvariable-definition.test.ts6 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/
Dlib.test.ts6 const { scopeManager } = parseAndAnalyze('', { constant
15 const { scopeManager } = parseAndAnalyze('', { constant
/third_party/typescript_eslint/packages/scope-manager/tests/util/
Dparse.ts33 scopeManager: ReturnType<typeof analyze>; property
56 const scopeManager = analyze(ast, analyzeOptions); constant
/third_party/typescript_eslint/packages/parser/src/
Dparser.ts26 scopeManager: ScopeManager; property
169 const scopeManager = analyze(ast, analyzeOptions); constant

12