()
| 5061 | } |
| 5062 | |
| 5063 | toString() { |
| 5064 | if (this.components.length) { |
| 5065 | return "$" + this.components.map(formatPropertyAccess).join("") |
| 5066 | } else { |
| 5067 | return "" |
| 5068 | } |
| 5069 | } |
| 5070 | |
| 5071 | add(component) { |
| 5072 | return new ObjectPath(this.components.concat([component])) |
no outgoing calls
no test coverage detected