-
Notifications
You must be signed in to change notification settings - Fork 55
Elwin Li - Week 1 GSoC report for JSeditor updates #181
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
Conversation
…em solve, not just learning to program
{ | ||
"name": "repeat", | ||
"comments": "Repeat block in the Flow palette", | ||
"arguments": [ | ||
{ | ||
"type": "NumberExpression" | ||
} | ||
], | ||
"ast": { | ||
"identifiers": [ | ||
{ | ||
"property": "type", | ||
"value": "ForStatement" | ||
} | ||
], | ||
"argument_properties": [ | ||
"test.right" | ||
], | ||
"children_properties": [ | ||
"body.body" | ||
] | ||
}, | ||
"blocklist_connections": [ | ||
"parent_or_previous_sibling", | ||
"argument", | ||
"first_child", | ||
"next_sibling" | ||
], | ||
"default_vspaces": { | ||
"argument": 1 | ||
} | ||
} | ||
|
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.
Does this code block appear visually as written in the md file?
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.
You should do these in a branch other than your main branch. Not doing so could cause major headaches if we don't merge some of your code. |
@ebeetles as to not roadblock this, I'm merging now, but please get in the habit of creating new branches for your PRs. |
Got it, thank you! |
name: Pull Request
about: Submit changes to the project for review and inclusion
Description
Elwin Li - Week 1 GSoC report for JSeditor updates
Checklist
Additional Notes for Reviewers
Thank you for contributing to our project! We appreciate your help in improving it.
📚 See contributing instructions.
🙋🏾🙋🏼 Questions: Community Matrix Server.