MCPcopy
hub / github.com/angular/angular / parseAction

Function parseAction

packages/compiler/test/expression_parser/parser_spec.ts:1754–1756  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

1752}
1753
1754function parseAction(text: string): ASTWithSource {
1755 return createParser().parseAction(text, getFakeSpan(), 0);
1756}
1757
1758function parseBinding(text: string, supportsDirectPipeReferences?: boolean): ASTWithSource {
1759 return createParser(supportsDirectPipeReferences).parseBinding(text, getFakeSpan(), 0);

Callers 4

parser_spec.tsFile · 0.70
recoverFunction · 0.70
checkActionFunction · 0.70
expectActionErrorFunction · 0.70

Calls 3

getFakeSpanFunction · 0.90
parseActionMethod · 0.80
createParserFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…