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

Function humanizeLineColumn

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

Source from the content-addressed store, hash-verified

3871}
3872
3873function humanizeLineColumn(location: ParseLocation): string {
3874 return `${location.line}:${location.col}`;
3875}
3876
3877function tokenizeAndHumanizeLineColumn(input: string, options?: TokenizeOptions): any[] {
3878 return tokenizeWithoutErrors(input, options).tokens.map((token) => [

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected