⬅️ Back to Table of Contents
📄 ignore-type-only-stuff.ts
📊 Analysis Summary
Metric |
Count |
📊 Variables & Constants |
1 |
📐 Interfaces |
2 |
📑 Type Aliases |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/parser/tests/fixtures/scope-analysis/ignore-type-only-stuff.ts
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
a |
C |
let/var |
*not shown* |
✗ |
Interfaces
B
Interface Code
interface B {
prop1: A;
}
Properties
Name |
Type |
Optional |
Description |
prop1 |
A |
✗ |
|
C
Interface Code
interface C extends B {
method(a: { b: A }): { c: A };
}
Type Aliases
A