Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
export
class
Lexer {
48
tokenize(text: string): Token[] {
49
return
new
_Scanner(text).scan();
50
}
51
}
52
53
export
class
Token {
Callers
5
parseAction
Method · 0.45
_parseBindingAst
Method · 0.45
parseTemplateBindings
Method · 0.45
parseInterpolation
Method · 0.45
parseInterpolationExpression
Method · 0.45
Calls
1
scan
Method · 0.80
Tested by
no test coverage detected