(indentLevel)
| 16087 | ---\n${this._subparticlesToYaml(0).join("\n")}` |
| 16088 | } |
| 16089 | _subparticlesToYaml(indentLevel) { |
| 16090 | if (this._isYamlList()) return this._subparticlesToYamlList(indentLevel) |
| 16091 | else return this._subparticlesToYamlAssociativeArray(indentLevel) |
| 16092 | } |
| 16093 | // if your code-to-be-yaml has a list of associative arrays of type N and you don't |
| 16094 | // want the type N to print |
| 16095 | _collapseYamlLine() { |
no test coverage detected