pub type Ast<'s> = Vec<AstElement<'s>>;
Expand description

An abstract syntax tree for a ICU message. Adapted from: https://github.com/formatjs/formatjs/blob/c03d4989323a33765798acdd74fb4f5b01f0bdcd/packages/intl-messageformat-parser/src/types.ts