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

Function humanizeParts

packages/compiler/test/ml_parser/lexer_spec.ts:3812–3814  ·  view source on GitHub ↗
(tokens: Token[])

Source from the content-addressed store, hash-verified

3810}
3811
3812function humanizeParts(tokens: Token[]) {
3813 return tokens.map((token) => [token.type, ...token.parts]);
3814}
3815
3816function tokenizeAndHumanizeParts(input: string, options?: TokenizeOptions): any[] {
3817 return humanizeParts(tokenizeWithoutErrors(input, options).tokens);

Callers 2

lexer_spec.tsFile · 0.85
tokenizeAndHumanizePartsFunction · 0.85

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…