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