in src/construct.ts [329:333]
public tryRemoveChild(childName: string): boolean { if (!(childName in this._children)) { return false; } delete this._children[childName]; return true; }