()
| 15506 | return chain |
| 15507 | } |
| 15508 | _getProjectRootDir() { |
| 15509 | return this.isRoot() ? "" : this.root._getProjectRootDir() |
| 15510 | } |
| 15511 | // Concat 2 particles amd return a new particle, but replace any particles |
| 15512 | // in this particle that start with the same particle from the first particle with |
| 15513 | // that patched version. Does not recurse. |