📄 ast-token-types¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🎯 Enums | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/ast-spec/src/ast-token-types.ts
Enums¶
enum AST_TOKEN_TYPES¶
Enum Code
export enum AST_TOKEN_TYPES {
Boolean = 'Boolean',
Identifier = 'Identifier',
JSXIdentifier = 'JSXIdentifier',
PrivateIdentifier = 'PrivateIdentifier',
JSXText = 'JSXText',
Keyword = 'Keyword',
Null = 'Null',
Numeric = 'Numeric',
Punctuator = 'Punctuator',
RegularExpression = 'RegularExpression',
String = 'String',
Template = 'Template',
// comment types
Block = 'Block',
Line = 'Line',
}
Members¶
| Name | Value | Description |
|---|---|---|
Boolean |
Boolean |
not shown |
Identifier |
Identifier |
not shown |
JSXIdentifier |
JSXIdentifier |
not shown |
PrivateIdentifier |
PrivateIdentifier |
not shown |
JSXText |
JSXText |
not shown |
Keyword |
Keyword |
not shown |
Null |
Null |
not shown |
Numeric |
Numeric |
not shown |
Punctuator |
Punctuator |
not shown |
RegularExpression |
RegularExpression |
not shown |
String |
String |
not shown |
Template |
Template |
not shown |
Block |
Block |
not shown |
Line |
Line |
not shown |
Generated by Syntax Scribe