buildMemberPath
Function: buildMemberPath()
buildMemberPath(
node):string|null
Defined in: utils/collect.ts:29
Builds a textual path from a MemberExpression. Example: state.count -> "state.count" data.users[0].name -> "data.users[0].name"
Returns null if path cannot be reasonably represented as a string.
Parameters
node
Returns
string | null