mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
refactor: msg.js: use named export, remove declareLegacyNamespace (#5768)
This commit is contained in:
committed by
GitHub
parent
35279eb8b7
commit
da16a66f33
@@ -910,6 +910,10 @@ const renamings = {
|
||||
export: 'MetricsManager',
|
||||
path: 'Blockly.MetricsManager',
|
||||
},
|
||||
'Blockly.Msg': {
|
||||
export: 'Msg',
|
||||
path: 'Blockly.Msg',
|
||||
},
|
||||
'Blockly.Mutator': {
|
||||
export: 'Mutator',
|
||||
path: 'Blockly.Mutator',
|
||||
|
||||
Reference in New Issue
Block a user