(message: i18n.Message)
| 26 | } |
| 27 | |
| 28 | export function icuFromI18nMessage(message: i18n.Message) { |
| 29 | return message.nodes[0] as i18n.IcuPlaceholder; |
| 30 | } |
| 31 | |
| 32 | export function placeholdersToParams(placeholders: Map<string, string[]>): { |
| 33 | [name: string]: o.LiteralExpr; |
no outgoing calls
no test coverage detected