if (props.length) {
    this.space();
    this.printList(props, node, { indent: true, statement: true });
    this.space();
  }