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

Function _unparsableEntityErrorMsg

packages/compiler/src/ml_parser/lexer.ts:135–137  ·  view source on GitHub ↗
(type: CharacterReferenceType, entityStr: string)

Source from the content-addressed store, hash-verified

133}
134
135function _unparsableEntityErrorMsg(type: CharacterReferenceType, entityStr: string): string {
136 return `Unable to parse entity "${entityStr}" - ${type} character reference entities must end with ";"`;
137}
138
139enum CharacterReferenceType {
140 HEX = 'hexadecimal',

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…