Skip to content

⬅️ Back to Table of Contents

📄 scope.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 1
🎯 Enums 1

📚 Table of Contents

🛠️ File Location:

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

Variables & Constants

Name Type Kind Value Exported
unresolved 1 const a

Enums

enum Foo

Enum Code
enum Foo {
  a,
}

Members

Name Value Description
a auto