⬅️ Back to Table of Contents
📄 scopeAnalysis
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
1 |
| 📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/utils/src/ast-utils/eslint-utils/scopeAnalysis.ts
📦 Imports
| Name |
Source |
TSESTree |
../../ts-estree |
Variables & Constants
| Name |
Type |
Kind |
Value |
Exported |
findVariable |
(initialScope: scopeManager.Scope, na... |
const |
eslintUtils.findVariable as ( initialScope: TSESLint.Scope.Scope, nameOrNode:... |
✓ |
getInnermostScope |
(initialScope: scopeManager.Scope, no... |
const |
eslintUtils.getInnermostScope as ( initialScope: TSESLint.Scope.Scope, node: ... |
✓ |
Generated by Syntax Scribe