(ast: MessageFormatElement[])
| 25 | } from '#packages/icu-messageformat-parser/types.js' |
| 26 | |
| 27 | export function printAST(ast: MessageFormatElement[]): string { |
| 28 | return doPrintAST(ast, false) |
| 29 | } |
| 30 | |
| 31 | export function doPrintAST( |
| 32 | ast: MessageFormatElement[], |
no test coverage detected