(c, map = adoptionAnyMap)
| 724 | return this.#canAdoptType(gc.type, map); |
| 725 | } |
| 726 | #canAdoptType(c, map = adoptionAnyMap) { |
| 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); |