We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06aa02 commit fdc9b6dCopy full SHA for fdc9b6d
1 file changed
scripts/migration/renamings.json5
@@ -1454,7 +1454,7 @@
1454
Warning: {
1455
newExport: 'WarningIcon',
1456
oldPath: 'Blockly.Warning',
1457
- newPath: 'Blocky.icons.WarningIcon',
+ newPath: 'Blockly.icons.WarningIcon',
1458
},
1459
1460
@@ -1464,7 +1464,7 @@
1464
Comment: {
1465
newExport: 'CommentIcon',
1466
oldPath: 'Blockly.Comment',
1467
- newPath: 'Blocky.icons.CommentIcon',
+ newPath: 'Blockly.icons.CommentIcon',
1468
1469
1470
@@ -1475,7 +1475,7 @@
1475
Mutator: {
1476
newExport: 'MutatorIcon',
1477
oldPath: 'Blockly.Mutator',
1478
- newPath: 'Blocky.icons.MutatorIcon',
+ newPath: 'Blockly.icons.MutatorIcon',
1479
1480
1481
0 commit comments