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

Function tokenizeAndHumanizeParts

packages/compiler/test/ml_parser/lexer_spec.ts:3816–3818  ·  view source on GitHub ↗
(input: string, options?: TokenizeOptions)

Source from the content-addressed store, hash-verified

3814}
3815
3816function tokenizeAndHumanizeParts(input: string, options?: TokenizeOptions): any[] {
3817 return humanizeParts(tokenizeWithoutErrors(input, options).tokens);
3818}
3819
3820function tokenizeAndHumanizeSourceSpans(input: string, options?: TokenizeOptions): any[] {
3821 return tokenizeWithoutErrors(input, options).tokens.map((token) => [

Callers 1

lexer_spec.tsFile · 0.85

Calls 2

humanizePartsFunction · 0.85
tokenizeWithoutErrorsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…