(child, index)
| 727 | return !!map.get(this.type)?.includes(c); |
| 728 | } |
| 729 | #adoptWithSpace(child, index) { |
| 730 | const gc = child.#parts[0]; |
| 731 | const blank = new _a(null, gc, this.options); |
| 732 | blank.#parts.push(""); |
| 733 | gc.push(blank); |
| 734 | this.#adopt(child, index); |
| 735 | } |
| 736 | #adopt(child, index) { |
| 737 | const gc = child.#parts[0]; |
| 738 | this.#parts.splice(index, 1, ...gc.#parts); |