📄 unions/PropertyName¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 📦 Imports | 5 |
| 📑 Type Aliases | 4 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/ast-spec/src/unions/PropertyName.ts
📦 Imports¶
| Name | Source |
|---|---|
Identifier |
../expression/Identifier/spec |
NumberLiteral |
../expression/literal/NumberLiteral/spec |
StringLiteral |
../expression/literal/StringLiteral/spec |
PrivateIdentifier |
../special/PrivateIdentifier/spec |
Expression |
../unions/Expression |
Type Aliases¶
PropertyName¶
PropertyNameComputed¶
PropertyNameNonComputed¶
ClassPropertyNameNonComputed¶
type ClassPropertyNameNonComputed = | PrivateIdentifier
// only class properties can have private identifiers as their names
| PropertyNameNonComputed;
Generated by Syntax Scribe