Searched refs:indentStr (Results 1 – 1 of 1) sorted by relevance
223 indent(depth?: number, indentStr: string = ' '): string {224 return depth ? indentStr.repeat(depth) : '';278 const indentStr = this.indent(ctx?.indent); constant283 return indentStr + lines.join(EOL + indentStr);287 const indentStr = this.indent(ctx.indent); constant290 indentStr +293 .join(EOL + indentStr)