Axel Hecht
Axel Hecht
I think that the developer should at least have the option to modify the defaults. One thing to keep in mind while developing bindings is to provide good value on...
We could store the attribute error on the parser, and compare its error position with the entry error position, and whoever got further wins?
How does this relate/interact to/with the work @Gregoor started in #406?
I'd think that the most accute way to implement the actual pseudo localization would be on the AST?
For both, I guess.
From a developer point-of-view, I don't expect that any Firefox developer will be touching code at that abstraction level. We explicitly don't want these folks to know that MessageContext even...
> Users are free to write their own transform functions. We encourage experimentation. This issue uses the word `user` for a ton of things, I'm loosing track. Say, I'm a...
Watch out for https://github.com/projectfluent/fluent.js/issues/512
Michael, can you add a bit more detail on what you're trying to do? What do you want to send to GT, when, what do you expect to get back,...
IIRC, the core problem with "logical" types is that once they're there, you have to figure out what to do with them. That's affecting boolean, but also null and undefined...