-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
refactor: convert some block generators to goog.module #5769
Merged
rachel-fenichel
merged 30 commits into
google:develop
from
rachel-fenichel:generator-conversion-3
Dec 1, 2021
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
4f54e62
refactor: convert generators/lua/colour.js to goog.module
rachel-fenichel a73a8bf
refactor: convert generators/lua/colour.js to named requires
rachel-fenichel 2c1edc1
chore: run clang-format
rachel-fenichel 35427e1
refactor: convert generators/lua/lists.js to goog.module
rachel-fenichel e0a5d08
refactor: convert generators/lua/lists.js to named requires
rachel-fenichel 5f0a05a
chore: run clang-format
rachel-fenichel 30b2556
fix: use getListIndex helper function in lua list generators
rachel-fenichel 470402e
refactor: convert generators/lua/logic.js to goog.module
rachel-fenichel 7062810
refactor: convert generators/lua/logic.js to named requires
rachel-fenichel d0c676b
chore: run clang-format
rachel-fenichel 546cba9
refactor: convert generators/lua/loops.js to goog.module
rachel-fenichel 6fe3712
refactor: convert generators/lua/loops.js to named requires
rachel-fenichel 0a2a9e8
chore: run clang-format
rachel-fenichel f924397
refactor: convert generators/lua/math.js to goog.module
rachel-fenichel 8813787
refactor: convert generators/lua/math.js to named requires
rachel-fenichel 68e4636
chore: run clang-format
rachel-fenichel ac6b994
refcator: convert generators/lua/procedures.js to goog.module
rachel-fenichel 2a21419
refactor: convert generators/lua/procedures.js to named requires
rachel-fenichel 0b85e9e
chore: run clang-format
rachel-fenichel 8392804
chore: rebuild deps.js
rachel-fenichel cf16d63
refactor: convert generators/lua/text.js to goog.module
rachel-fenichel c077bab
refactor: convert generators/lua/text.js to named requires
rachel-fenichel b9383e9
refactor: convert generators/lua/variables_dynamic.js to goog.module
rachel-fenichel ee797a1
refactor: convert generators/lua/variables_dynamic.js to named requires
rachel-fenichel 13968ef
chore: run clang-format on text.js
rachel-fenichel bd29c02
refactor: convert generators/lua/variables.js to goog.module
rachel-fenichel 586ac2e
refactor: convert generators/lua/variables.js to named requires
rachel-fenichel ca6e376
chore: run clang-format
rachel-fenichel 14c86de
chore: make a lua generator function internal
rachel-fenichel ee4bea3
chore: rebuild deps.js
rachel-fenichel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
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.
This should probably be converted to a local variable similar to getListIndex, I think?
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.
Good catch. Fixed.