-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Convert .lua files to use .luau #1550
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dimenpsyonal
added a commit
that referenced
this pull request
Jun 10, 2024
* Rename Tooltip.lua to Tooltip.luau * Rename Descriptions.lua to Descriptions.luau * Rename GetSelectedStateFromValue.lua to GetSelectedStateFromValue.luau * Rename RoundedSurface.story.lua to RoundedSurface.story.luau * Rename TitleBar.lua to TitleBar.luau * Rename DropdownButton.story.lua to DropdownButton.story.luau * Rename TextInput.story.lua to TextInput.story.luau * Rename TextInput.lua to TextInput.luau * Rename RadialProgressBar.story.lua to RadialProgressBar.story.luau * Rename ComboBox.story.lua to ComboBox.story.luau * Rename DropdownButtonDescriptions.lua to DropdownButtonDescriptions.luau * Rename ButtonStack.lua to ButtonStack.luau * Rename CaptionClose.lua to CaptionClose.luau * Rename Flyout.story.lua to Flyout.story.luau * Rename ButtonStyleValidator.lua to ButtonStyleValidator.luau * Rename Window.story.lua to Window.story.luau * Rename Expander.story.lua to Expander.story.luau * Rename Expander.lua to Expander.luau * Rename ListDivider.lua to ListDivider.luau * Rename ButtonStack.story.lua to ButtonStack.story.luau * Rename ListItemDescriptions.lua to ListItemDescriptions.luau * Rename TitleBar.story.lua to TitleBar.story.luau * Rename Button.lua to Button.luau * Rename Flyout.lua to Flyout.luau * Rename ContextMenu.lua to ContextMenu.luau * Rename ContextMenu.story.lua to ContextMenu.story.luau * Rename ProgressBar.lua to ProgressBar.luau * Rename RoundedSurface.lua to RoundedSurface.luau * Rename ProgressBar.story.lua to ProgressBar.story.luau * Rename RadialProgressBar.lua to RadialProgressBar.luau
Dimenpsyonal
added a commit
that referenced
this pull request
Jun 11, 2024
* Rename Tooltip.lua to Tooltip.luau * Rename Descriptions.lua to Descriptions.luau * Rename GetSelectedStateFromValue.lua to GetSelectedStateFromValue.luau * Rename RoundedSurface.story.lua to RoundedSurface.story.luau * Rename TitleBar.lua to TitleBar.luau * Rename DropdownButton.story.lua to DropdownButton.story.luau * Rename TextInput.story.lua to TextInput.story.luau * Rename TextInput.lua to TextInput.luau * Rename RadialProgressBar.story.lua to RadialProgressBar.story.luau * Rename ComboBox.story.lua to ComboBox.story.luau * Rename DropdownButtonDescriptions.lua to DropdownButtonDescriptions.luau * Rename ButtonStack.lua to ButtonStack.luau * Rename CaptionClose.lua to CaptionClose.luau * Rename Flyout.story.lua to Flyout.story.luau * Rename ButtonStyleValidator.lua to ButtonStyleValidator.luau * Rename Window.story.lua to Window.story.luau * Rename Expander.story.lua to Expander.story.luau * Rename Expander.lua to Expander.luau * Rename ListDivider.lua to ListDivider.luau * Rename ButtonStack.story.lua to ButtonStack.story.luau * Rename ListItemDescriptions.lua to ListItemDescriptions.luau * Rename TitleBar.story.lua to TitleBar.story.luau * Rename Button.lua to Button.luau * Rename Flyout.lua to Flyout.luau * Rename ContextMenu.lua to ContextMenu.luau * Rename ContextMenu.story.lua to ContextMenu.story.luau * Rename ProgressBar.lua to ProgressBar.luau * Rename RoundedSurface.lua to RoundedSurface.luau * Rename ProgressBar.story.lua to ProgressBar.story.luau * Rename RadialProgressBar.lua to RadialProgressBar.luau * Rename ComboBox.lua to ComboBox.luau * Rename CheckboxGroup.lua to CheckboxGroup.luau * Rename CheckboxGroup.story.lua to CheckboxGroup.story.luau * Rename Checkbox.story.lua to Checkbox.story.luau * Rename DropdownButton.lua to DropdownButton.luau * Rename CheckboxStateDescriptions.lua to CheckboxStateDescriptions.luau * Rename Checkbox.lua to Checkbox.luau
This is bad |
and why do you think that |
Maybe if anyone opened the ___ project within the last week they'd know |
what?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Was there a better way? Probably.
Did I bother to research? No.
Did I do it anyway? Yes.