⬅️ Back to Table of Contents
📄 Scope.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
18 |
📑 Type Aliases |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/scope-manager/src/scope/Scope.ts
📦 Imports
Name |
Source |
BlockScope |
./BlockScope |
CatchScope |
./CatchScope |
ClassFieldInitializerScope |
./ClassFieldInitializerScope |
ClassScope |
./ClassScope |
ClassStaticBlockScope |
./ClassStaticBlockScope |
ConditionalTypeScope |
./ConditionalTypeScope |
ForScope |
./ForScope |
FunctionExpressionNameScope |
./FunctionExpressionNameScope |
FunctionScope |
./FunctionScope |
FunctionTypeScope |
./FunctionTypeScope |
GlobalScope |
./GlobalScope |
MappedTypeScope |
./MappedTypeScope |
ModuleScope |
./ModuleScope |
SwitchScope |
./SwitchScope |
TSEnumScope |
./TSEnumScope |
TSModuleScope |
./TSModuleScope |
TypeScope |
./TypeScope |
WithScope |
./WithScope |
Type Aliases
Scope
type Scope = | BlockScope
| CatchScope
| ClassFieldInitializerScope
| ClassScope
| ClassStaticBlockScope
| ConditionalTypeScope
| ForScope
| FunctionExpressionNameScope
| FunctionScope
| FunctionTypeScope
| GlobalScope
| MappedTypeScope
| ModuleScope
| SwitchScope
| TSEnumScope
| TSModuleScope
| TypeScope
| WithScope;