MCPcopy
hub / github.com/angular/angular / parse

Function parse

packages/compiler/test/expression_parser/serializer_spec.ts:17–19  ·  view source on GitHub ↗
(expression: string)

Source from the content-addressed store, hash-verified

15const parser = new Parser(new Lexer());
16
17function parse(expression: string): expr.ASTWithSource {
18 return parser.parseBinding(expression, getFakeSpan(), /* absoluteOffset */ 0);
19}
20
21function parseAction(expression: string): expr.ASTWithSource {
22 return parser.parseAction(expression, getFakeSpan(), /* absoluteOffset */ 0);

Callers 14

serializer_spec.tsFile · 0.70
expectFromHtmlFunction · 0.50
expectSpanFromHtmlFunction · 0.50
parseSelectorlessFunction · 0.50
expectFromHtmlFunction · 0.50
assertValueSpanFunction · 0.50
serializeFunction · 0.50
setRawValueFunction · 0.50
constructorMethod · 0.50

Calls 2

getFakeSpanFunction · 0.90
parseBindingMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…