Skip to content
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

Move App Inventor specific objects out of Blockly namespace #3318

Open
ewpatton opened this issue Jan 8, 2025 · 2 comments
Open

Move App Inventor specific objects out of Blockly namespace #3318

ewpatton opened this issue Jan 8, 2025 · 2 comments

Comments

@ewpatton
Copy link
Member

ewpatton commented Jan 8, 2025

Once the Blockly v10 migration is done, we should make an effort to move any App Inventor specific features that aren't monkeypatches out of the Blockly namespace. This will make future updates easier and reduce the chances of name collisions between the projects.

@ewpatton
Copy link
Member Author

ewpatton commented Jan 8, 2025

Previously, @mark-friedman noted that mutators.js has a number of these.

@YashSachdeva369
Copy link

YashSachdeva369 commented Jan 12, 2025

I completely agree with the idea of separating App Inventor-specific features from the Blockly namespace to improve maintainability. I'd be interested in contributing to this effort, especially in isolating any non-monkeypatch-related features. Could you guide me on the files or areas of code that need this work, especially regarding mutators.js or other relevant files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants