()
| 94 | } |
| 95 | |
| 96 | stringify(): string { |
| 97 | if (this.cache.stringify) return this.cache.stringify |
| 98 | return (this.cache.stringify = stringifyPath(this)) |
| 99 | } |
| 100 | |
| 101 | stringifyAncestors(): readonly string[] { |
| 102 | if (this.cache.stringifyAncestors) return this.cache.stringifyAncestors |