MCPcopy Create free account
hub / github.com/angular/angular / createParser

Function createParser

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

Source from the content-addressed store, hash-verified

1751});
1752
1753function createParser(supportsDirectPipeReferences = false) {
1754 return new Parser(new Lexer(), supportsDirectPipeReferences);
1755}
1756
1757function parseAction(text: string): ASTWithSource {
1758 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