Currently if you won't pass arguments to `fl!` macro, it won't panic. E.G. if you have ftl like this: ```fluent hello = Hello, ${user}! ``` and didn't set args, it will print `Hello, ${user}` literally. I believe this also should be checked while compilation.
Currently if you won't pass arguments to
fl!macro, it won't panic. E.G. if you have ftl like this:and didn't set args, it will print
Hello, ${user}literally. I believe this also should be checked while compilation.