(text: string)
| 1755 | } |
| 1756 | |
| 1757 | function parseAction(text: string): ASTWithSource { |
| 1758 | return createParser().parseAction(text, getFakeSpan(), 0); |
| 1759 | } |
| 1760 | |
| 1761 | function parseBinding(text: string, supportsDirectPipeReferences?: boolean): ASTWithSource { |
| 1762 | return createParser(supportsDirectPipeReferences).parseBinding(text, getFakeSpan(), 0); |
no test coverage detected