⬅️ Back to Table of Contents
📄 BaseToken
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
2 |
| 📐 Interfaces |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/ast-spec/src/base/BaseToken.ts
📦 Imports
| Name |
Source |
AST_TOKEN_TYPES |
../ast-token-types |
NodeOrTokenData |
./NodeOrTokenData |
Interfaces
BaseToken
Interface Code
export interface BaseToken extends NodeOrTokenData {
type: AST_TOKEN_TYPES;
value: string;
}
Properties
| Name |
Type |
Optional |
Description |
type |
AST_TOKEN_TYPES |
✗ |
not shown |
value |
string |
✗ |
not shown |
Generated by Syntax Scribe