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

Function createParser

packages/compiler/test/expression_parser/parser_spec.ts:1750–1752  ·  view source on GitHub ↗
(supportsDirectPipeReferences = false)

Source from the content-addressed store, hash-verified

1748});
1749
1750function createParser(supportsDirectPipeReferences = false) {
1751 return new Parser(new Lexer(), supportsDirectPipeReferences);
1752}
1753
1754function parseAction(text: string): ASTWithSource {
1755 return createParser().parseAction(text, getFakeSpan(), 0);

Callers 7

parser_spec.tsFile · 0.70
parseActionFunction · 0.70
parseBindingFunction · 0.70
_parseTemplateBindingsFunction · 0.70
parseInterpolationFunction · 0.70
splitInterpolationFunction · 0.70
parseSimpleBindingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…