Don't use lua-format
for output normalisation
#31
Labels
improvement
Improves the way that an existing feature works, in a backwards-compatible way.
Milestone
We can probably just use an off-the-shelf Lua parser to parse, and implement some simple renderer of the parsed tree.
This would also be useful in parsing of our actual files, because then we can validate that the contents of
lua {...}
blocks is at least valid Lua syntax, or validate that it is a valid Lua expression, or even validate that it's a valid Lua expression which only depends on things it's allowed to from the Huck scope! As well as validating foreign export paths.The text was updated successfully, but these errors were encountered: