Crate icu_messageformat_parser

Source

Structs§

Error
An error that occurred while parsing an ICU message into an abstract syntax tree.
Parser
ParserOptions
Position
A single position in an ICU message.
Span
Span represents the position information of a single AST item.

Enums§

AstElement

Type Aliases§

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