MCPcopy Create free account
hub / github.com/angular/angular / _reportError

Method _reportError

packages/compiler/src/i18n/extractor_merger.ts:661–663  ·  view source on GitHub ↗
(node: html.Node, msg: string)

Source from the content-addressed store, hash-verified

659 }
660
661 private _reportError(node: html.Node, msg: string): void {
662 this._errors.push(new ParseError(node.sourceSpan, msg));
663 }
664}
665
666function _isOpeningComment(n: html.Node): boolean {

Callers 8

extractMethod · 0.95
mergeMethod · 0.95
visitCommentMethod · 0.95
_visitElementLikeMethod · 0.95
_translateMessageMethod · 0.95
_translateAttributesMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected