This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
Semicolons that separate expression statements are not preserved #28
Labels
bug
Something isn't working
Milestone
Transpiles to
In this instance, the semicolon would need to be preserved, or else the transpiled code will attempt to call the the result of print(1) with the argument
(function() print(2) end)
The text was updated successfully, but these errors were encountered: