⬅️ Back to Table of Contents
📄 child-visitor-keys.test.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
3 |
📊 Variables & Constants |
4 |
📚 Table of Contents
🛠️ File Location:
📂 packages/scope-manager/tests/eslint-scope/child-visitor-keys.test.ts
📦 Imports
Name |
Source |
TSESTree |
@typescript-eslint/types |
analyze |
../../src/analyze |
parse |
../test-utils |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
decl |
TSESTree.VariableDeclaration |
const |
ast.body[0] as TSESTree.VariableDeclaration |
✗ |
globalScope |
Scope |
const |
result.scopes[0] |
✗ |
decl |
TSESTree.VariableDeclaration |
const |
ast.body[0] as TSESTree.VariableDeclaration |
✗ |
globalScope |
Scope |
const |
result.scopes[0] |
✗ |