mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
chore!: properly add the removal of utils.global to the renamings file. (#6204)
* chore!: properly add the removal of utils.global to the renamings file. * fix: add missing commma
This commit is contained in:
@@ -214,6 +214,11 @@
|
||||
mouseToSvg: {newModule: 'Blockly.utils.browserEvents'},
|
||||
},
|
||||
},
|
||||
{
|
||||
oldName: 'Blockly.utils.global',
|
||||
newExport: 'globalThis',
|
||||
newPath: 'Blockly.utils.global',
|
||||
},
|
||||
{
|
||||
oldName: 'Blockly.utils.IdGenerator',
|
||||
newName: 'Blockly.utils.idGenerator',
|
||||
@@ -1332,5 +1337,10 @@
|
||||
},
|
||||
],
|
||||
|
||||
'develop': [ ],
|
||||
'develop': [
|
||||
{
|
||||
'oldName': 'Blockly.utils.global',
|
||||
'newPath': 'globalThis',
|
||||
}
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user