blockly-samples
blockly-samples copied to clipboard
Migration script includes 'Blockly' -> 'Blockly' rename, causing the script to exit early
Check for duplicates
- [X] I have searched for similar issues before opening a new one.
Component
@blockly/migration
Description
Something is causing the migration script to include a rename of Blockly -> Blockly. This causes any renames after that rename to be skipped, because the loop exits early here. So some of the renamings in the database aren't getting run.
Reproduction steps
- Include
Blockly.Bubblein the manual test file. - Run the migration script locally (as documented in the manual test file)
- Observe how
Blockly.Bubbledoesn't get renamed toBlockly.bubbles.Bubbleeven though it exists in the database.
Stack trace
No response
Screenshots
No response