Replies: 1 comment 1 reply
-
You may be interested in darklua - https://github.com/seaofvoices/darklua. It can transform your Luau code with a rule to remove Luau types (and other Luau specific features like compound assignment or interpolated strings) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to use Luau as
luau-analyze
is excellent, but the system I'm working with only runs pure Lua—is there a compiler option to erase all of the annotations? I've looked through the documentation, command-line options, and issues; and there doesn't seem to be?Beta Was this translation helpful? Give feedback.
All reactions