(text: string)
| 1752 | } |
| 1753 | |
| 1754 | function parseAction(text: string): ASTWithSource { |
| 1755 | return createParser().parseAction(text, getFakeSpan(), 0); |
| 1756 | } |
| 1757 | |
| 1758 | function parseBinding(text: string, supportsDirectPipeReferences?: boolean): ASTWithSource { |
| 1759 | return createParser(supportsDirectPipeReferences).parseBinding(text, getFakeSpan(), 0); |
no test coverage detected
searching dependent graphs…