mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
refactor: msg.js: use named export, remove declareLegacyNamespace (#5768)
This commit is contained in:
committed by
GitHub
parent
35279eb8b7
commit
da16a66f33
@@ -14,10 +14,10 @@
|
||||
*/
|
||||
goog.module('Blockly.utils.parsing');
|
||||
|
||||
const Msg = goog.require('Blockly.Msg');
|
||||
const colourUtils = goog.require('Blockly.utils.colour');
|
||||
const internalConstants = goog.require('Blockly.internalConstants');
|
||||
const stringUtils = goog.require('Blockly.utils.string');
|
||||
const {Msg} = goog.require('Blockly.Msg');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user