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

Method tokenize

packages/compiler/src/expression_parser/lexer.ts:48–50  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

46
47export class Lexer {
48 tokenize(text: string): Token[] {
49 return new _Scanner(text).scan();
50 }
51}
52
53export class Token {

Callers 5

parseActionMethod · 0.45
_parseBindingAstMethod · 0.45
parseTemplateBindingsMethod · 0.45
parseInterpolationMethod · 0.45

Calls 1

scanMethod · 0.80

Tested by

no test coverage detected