-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add types_output
#163
Add types_output
#163
Conversation
Co-authored-by: pashleyy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay in getting back to you! I half finished the review a while ago but didn't have time to fully go through it until now.
Co-authored-by: Sasial <[email protected]>
Co-authored-by: Sasial <[email protected]>
Co-authored-by: Sasial <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Just please fix your autoformatter playing havoc again...
zap/tests/lune/base.luau
Outdated
})() | ||
|
||
local client = luau.load(clientCode, { | ||
debugName = "Client", | ||
codegenEnabled = false, | ||
environment = environment | ||
environment = environment, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert unrelated changes to this file
Thank you! |
Closes #77. Almost all of the code was written by @passhley in #79.