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

Function parseBinding

packages/compiler/test/expression_parser/parser_spec.ts:1758–1760  ·  view source on GitHub ↗
(text: string, supportsDirectPipeReferences?: boolean)

Source from the content-addressed store, hash-verified

1756}
1757
1758function parseBinding(text: string, supportsDirectPipeReferences?: boolean): ASTWithSource {
1759 return createParser(supportsDirectPipeReferences).parseBinding(text, getFakeSpan(), 0);
1760}
1761
1762function parseTemplateBindings(attribute: string, templateUrl = 'foo.html'): TemplateBinding[] {
1763 const result = _parseTemplateBindings(attribute, templateUrl);

Callers 4

expectSpanFunction · 0.85
parser_spec.tsFile · 0.85
checkBindingFunction · 0.85
expectBindingErrorFunction · 0.85

Calls 3

getFakeSpanFunction · 0.90
createParserFunction · 0.70
parseBindingMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…