in src/construct.ts [104:110]
public get addr(): string { if (!this._addr) { this._addr = addressOf(this.scopes.map(c => c.node.id)); } return this._addr; }