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:
Beka Westberg
2022-06-10 11:20:26 -07:00
committed by GitHub
parent 3dbcfe0680
commit 2f734f7f17

View File

@@ -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',
}
],
}