Skip to content

⬅️ Back to Table of Contents

📄 computed-member.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 3

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/class/expression/computed-member.ts

Variables & Constants

Name Type Kind Value Exported
outer1 "a" const 'a'
outer2 "b" const 'b'
A typeof A const `class {
[outer1] = 1;
outer2 {}
}`