mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Reexport global.globalThis as Blockly.utils.global (#5534)
Fixes #5503 This makes the value of Blockly.utils.global the same as it was before PR #5451.
This commit is contained in:
committed by
GitHub
parent
8ab8536739
commit
f931b2eb36
@@ -130,6 +130,7 @@ const renamings = {
|
||||
},
|
||||
'Blockly.utils.global': {
|
||||
export: 'globalThis', // Previous default export now named.
|
||||
path: 'Blockly.utils.global', // But still exported under original name.
|
||||
},
|
||||
'Blockly.utils.IdGenerator': {
|
||||
module: 'Blockly.utils.idGenerator',
|
||||
|
||||
Reference in New Issue
Block a user