refactor: msg.js: use named export, remove declareLegacyNamespace (#5768)

This commit is contained in:
Christopher Allen
2021-12-02 16:47:27 +00:00
committed by GitHub
parent 35279eb8b7
commit da16a66f33
22 changed files with 50 additions and 34 deletions

View File

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