Skip to content

⬅️ Back to Table of Contents

📄 self-ref.ts

📊 Analysis Summary

Metric Count
🎯 Enums 1

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/ts-enum/self-ref.ts

Enums

enum Foo

Enum Code
enum Foo {
  a = 1,
  b = Foo.a,
}

Members

Name Value Description
a 1
b Foo.a