| 47 | |
| 48 | /** Context class used for rendering release notes. */ |
| 49 | export class RenderContext { |
| 50 | /** An array of group names in sort order if defined. */ |
| 51 | private readonly groupOrder = this.data.groupOrder || []; |
| 52 | /** An array of scopes to hide from the release entry output. */ |
nothing calls this directly
no outgoing calls
no test coverage detected