Arpad Borsos
Arpad Borsos
Ok, I will investigate this later on. Also, webpacks `-p` (for minification) is broken as well, it just spews some obscure errors. I will look into it as well.
Related: https://bugzilla.mozilla.org/show_bug.cgi?id=1191995
I don’t have publish access -_-
Ok, that explains it. That breakage may remind people to switch to the right project.
So you would suggest to just unpublish the old name? @MatthewMueller has to take care of that, I don’t have the proper access.
> Although I think this should really be done by a formatter. > Speaking of which: you mention Prettier in the issue title. What does it have to do with...
fun fact: I wrote a detailed blog post about how I made this discovery: https://swatinem.de/blog/format-ossification/
What I had in mind by *small subset* was: * tags with content `some text { $expression }` * self closing tags without content `foo bar` * simple attributes ``...
Well I had something similar in mind, parse the string with *both* fluent / messageformat (as I currently stand, I *only* suport messageformat in intl-codegen, but I would love to...
> but only optionally, because of the need for plain text cases Fluent has escapes/string literals for that, like `{"a literal string parsed"}`