📄 computed-member.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 🧱 Classes | 1 |
| 📊 Variables & Constants | 2 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/scope-manager/tests/fixtures/class/declaration/computed-member.ts
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
outer1 |
"a" |
const | 'a' |
✗ |
outer2 |
"b" |
const | 'b' |
✗ |
Functions¶
A.[outer2](): void¶
- Return Type:
void