📄 ScopeType¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🎯 Enums | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/scope-manager/src/scope/ScopeType.ts
Enums¶
enum ScopeType¶
Enum Code
export enum ScopeType {
block = 'block',
catch = 'catch',
class = 'class',
classFieldInitializer = 'class-field-initializer',
classStaticBlock = 'class-static-block',
conditionalType = 'conditionalType',
for = 'for',
function = 'function',
functionExpressionName = 'function-expression-name',
functionType = 'functionType',
global = 'global',
mappedType = 'mappedType',
module = 'module',
switch = 'switch',
tsEnum = 'tsEnum',
tsModule = 'tsModule',
type = 'type',
with = 'with',
}
Members¶
| Name | Value | Description |
|---|---|---|
block |
block |
not shown |
catch |
catch |
not shown |
class |
class |
not shown |
classFieldInitializer |
class-field-initializer |
not shown |
classStaticBlock |
class-static-block |
not shown |
conditionalType |
conditionalType |
not shown |
for |
for |
not shown |
function |
function |
not shown |
functionExpressionName |
function-expression-name |
not shown |
functionType |
functionType |
not shown |
global |
global |
not shown |
mappedType |
mappedType |
not shown |
module |
module |
not shown |
switch |
switch |
not shown |
tsEnum |
tsEnum |
not shown |
tsModule |
tsModule |
not shown |
type |
type |
not shown |
with |
with |
not shown |
Generated by Syntax Scribe