A kind is a union of node types that appears as a property value in any node type. For instance, KeyIdentifier appears as the property of NonComputedMemberExpression and can either an Identifier or a PrivateIdentifier.
kind
KeyIdentifier
property
NonComputedMemberExpression
Identifier
PrivateIdentifier
A
kind
is a union of node types that appears as a property value in any node type. For instance,KeyIdentifier
appears as theproperty
ofNonComputedMemberExpression
and can either anIdentifier
or aPrivateIdentifier
.