-
Notifications
You must be signed in to change notification settings - Fork 33
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
Object comprehensions via loops in braces #1563
Object comprehensions via loops in braces #1563
Commits on Nov 2, 2024
-
Basic Object Comprehension Support
Parses and transpiles object comprehension syntax proposed in issue DanielXMoore#439 Tested only in limited contexts, of the 4 tests added one is failing
Configuration menu - View commit details
-
Copy full SHA for ca2577d - Browse repository at this point
Copy the full SHA ca2577dView commit details
Commits on Nov 5, 2024
-
Rewrite to use IterationExpression
IterationExpressions now allowed in PropertyDefinition and assumed to be object comprehensions Code generation now handled in same way as for loop reduction logic Revamp tests to suit the new implementation All tests passing
Configuration menu - View commit details
-
Copy full SHA for 8da1603 - Browse repository at this point
Copy the full SHA 8da1603View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87b488 - Browse repository at this point
Copy the full SHA f87b488View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1344706 - Browse repository at this point
Copy the full SHA 1344706View commit details -
Disallow for reductions and use immutability
Follows code review comments in DanielXMoore#1563
Configuration menu - View commit details
-
Copy full SHA for d698288 - Browse repository at this point
Copy the full SHA d698288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ac095e - Browse repository at this point
Copy the full SHA 7ac095eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 548bc91 - Browse repository at this point
Copy the full SHA 548bc91View commit details
Commits on Nov 7, 2024
-
Prefer do...while and "loop" braceless loops
Prefer them over "do" and "loop" prop keys
Configuration menu - View commit details
-
Copy full SHA for ef813cf - Browse repository at this point
Copy the full SHA ef813cfView commit details -
Update object comprehensions docs
- Add example with a do...while loop - Fix colon in an existing example
Configuration menu - View commit details
-
Copy full SHA for e833a67 - Browse repository at this point
Copy the full SHA e833a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24283e5 - Browse repository at this point
Copy the full SHA 24283e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3fc074 - Browse repository at this point
Copy the full SHA a3fc074View commit details