MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/release/notes/context.ts:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48/** Context class used for rendering release notes. */
49export 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. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected