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

Function humanizeLineColumn

packages/compiler/test/ml_parser/lexer_spec.ts:3827–3829  ·  view source on GitHub ↗
(location: ParseLocation)

Source from the content-addressed store, hash-verified

3825}
3826
3827function humanizeLineColumn(location: ParseLocation): string {
3828 return `${location.line}:${location.col}`;
3829}
3830
3831function tokenizeAndHumanizeLineColumn(input: string, options?: TokenizeOptions): any[] {
3832 return tokenizeWithoutErrors(input, options).tokens.map((token) => [

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…