()
| 16054 | return "\n" |
| 16055 | } |
| 16056 | format() { |
| 16057 | this.forEach(subparticle => subparticle.format()) |
| 16058 | return this |
| 16059 | } |
| 16060 | compile() { |
| 16061 | return this.map(subparticle => subparticle.compile()).join(this._getChildJoinCharacter()) |
| 16062 | } |
no test coverage detected