MCPcopy Index your code
hub / github.com/angular/components / getBreakingChange

Function getBreakingChange

tools/dgeni/common/decorators.ts:87–90  ·  view source on GitHub ↗
(doc: ApiDoc)

Source from the content-addressed store, hash-verified

85}
86
87export function getBreakingChange(doc: ApiDoc): string | null {
88 const breakingChange = findJsDocTag(doc, 'breaking-change');
89 return breakingChange ? breakingChange.description : null;
90}
91
92export function getDeprecationMessage(doc: ApiDoc): string | null {
93 const deprecatedMessage = findJsDocTag(doc, 'deprecated');

Callers 1

decorateDeprecatedDocFunction · 0.85

Calls 1

findJsDocTagFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…