⬅️ Back to Table of Contents
📄 es6-block-scope.test.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
3 |
📊 Variables & Constants |
7 |
📚 Table of Contents
🛠️ File Location:
📂 packages/scope-manager/tests/eslint-scope/es6-block-scope.test.ts
📦 Imports
Name |
Source |
ScopeType |
../../src/index.js |
getRealVariables |
../test-utils/index.js |
parseAndAnalyze |
../test-utils/index.js |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
scope |
Scope |
let/var |
scopeManager.scopes[0] |
✗ |
scope |
Scope |
let/var |
scopeManager.scopes[0] |
✗ |
scope |
Scope |
let/var |
scopeManager.scopes[0] |
✗ |
scope |
Scope |
let/var |
scopeManager.scopes[0] |
✗ |
v1 |
Variable |
const |
variables[1] |
✗ |
v3 |
Variable |
const |
variables[0] |
✗ |
v2 |
Variable |
const |
variables[0] |
✗ |