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

Function humanizeLineColumn

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

Source from the content-addressed store, hash-verified

3888}
3889
3890function humanizeLineColumn(location: ParseLocation): string {
3891 return `${location.line}:${location.col}`;
3892}
3893
3894function tokenizeAndHumanizeLineColumn(input: string, options?: TokenizeOptions): any[] {
3895 return tokenizeWithoutErrors(input, options).tokens.map((token) => [

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected