mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
chore: move remaining functions out of utils.js (#5714)
* chore: move arrayRemove to a new utils.array namespace * chore: move getBlockTypeCounts out of utils.js * chore: remove last functions from utils.js * chore: reorder imports * chore: add re-export for runAfterPageLoad
This commit is contained in:
@@ -230,7 +230,12 @@ const renamings = {
|
||||
parseBlockColour: {module: 'Blockly.utils.parsing'},
|
||||
checkMessageReferences: {module: 'Blockly.utils.parsing'},
|
||||
replaceMessageReferences: {module: 'Blockly.utils.parsing'},
|
||||
tokenizeInterpolation: {module: 'Blockly.utils.parsing'}
|
||||
tokenizeInterpolation: {module: 'Blockly.utils.parsing'},
|
||||
arrayRemove: {module: 'Blockly.utils.array', export: 'removeElem'},
|
||||
getBlockTypeCounts:
|
||||
{module: 'Blockly.common', export: 'getBlockTypeCounts'},
|
||||
runAfterPageLoad:
|
||||
{module: 'Blockly.Extensions', export: 'runAfterPageLoad'}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user