📄 private-identifier.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 📊 Variables & Constants | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/scope-manager/tests/fixtures/class/expression/private-identifier.ts
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
Foo |
typeof Foo |
const | `class { | |
| #bar; |
constructor() { this.#bar = 1; } }` | ✗ |