Currently the parser throws syntax error here, although it is perfectly valid lua code. When removing the newlines the parser behaves as expected. ``` const ast = luaparse.parse(` l.v(function(v) end) { } ( )` ) ```
Currently the parser throws syntax error here, although it is perfectly valid lua code. When removing the newlines the parser behaves as expected.