(block)
| 199 | } |
| 200 | |
| 201 | extendTo(block) { |
| 202 | let neue = new BuilderContext(block, clone(this.variableToGroup), clone(this.groupToValue), this.unprovided, this.registerToVars, this.groupIx, this.varIx); |
| 203 | neue.errors = this.errors; |
| 204 | return neue; |
| 205 | } |
| 206 | } |
| 207 | |
| 208 | //----------------------------------------------------------- |