Skip to content

⬅️ Back to Table of Contents

📄 non-existent-estree-nodes.src.ts

📊 Analysis Summary

Metric Count
🧱 Classes 1
📊 Variables & Constants 1

📚 Table of Contents

🛠️ File Location:

📂 packages/typescript-estree/tests/fixtures/semanticInfo/non-existent-estree-nodes.src.ts

Variables & Constants

Name Type Kind Value Exported
binExp number const 3 + 5

Classes

Bar

Class Code
class Bar {
  ['test']: string;
}