MCPcopy Index your code
hub / github.com/angular/angular / _unknownEntityErrorMsg

Function _unknownEntityErrorMsg

packages/compiler/src/ml_parser/lexer.ts:131–133  ·  view source on GitHub ↗
(entitySrc: string)

Source from the content-addressed store, hash-verified

129}
130
131function _unknownEntityErrorMsg(entitySrc: string): string {
132 return `Unknown entity "${entitySrc}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`;
133}
134
135function _unparsableEntityErrorMsg(type: CharacterReferenceType, entityStr: string): string {
136 return `Unable to parse entity "${entityStr}" - ${type} character reference entities must end with ";"`;

Callers 1

_consumeEntityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…