Eemeli Aro
Eemeli Aro
Thought it might be good to note here that my current thinking on formatting a message to parts is represented in the `Intl.MessageFormat` proposal here: https://github.com/tc39/proposal-intl-messageformat#messagevalue In brief, I now...
Closing as out of date after #307
It might be useful to approach this by figuring out what the to-string formatted output of MF2 should be. We may have some parts of the output for which we...
> @mihnita: > From all I know all parties agree that we need to format to "something that is not text" > > We need to decide what that is....
Closing as out of date after #307.
Moving the wiki contents to within this repo and publishing it next to the syntax guide sounds like a good idea; a PR to that effect would be quite welcome....
@lordrip I'm not aware of a workaround; this bug still needs to get fixed in `webpack`. I've suggested one possible solution above. I'm not myself using Webpack at the moment,...
@ImUrX A PR adding functionality to this to `getString()` would be welcome, if you're interested? Probably something like looking for a `.` character in the `id` at the start of...
This could be either a Resolution Error or a Formatting Error: > **_Formatting Errors_** occur during the formatting of a resolved value, for example when encountering a value with an...
> They make it trivial to query for all literals in a message. The ease of writing that query is unaffected by the data type. Having written a [visitor](https://github.com/messageformat/messageformat/blob/main/packages/mf2-messageformat/src/data-model/visit.ts) for...