mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
chore: move remaining function definitions out of blockly.js (#5699)
* chore: move remaining function definitions out of blockly.js * chore: record renamings * chore: add aliases to moved function jsdoc * chore: add deprecation warnings in blockly.js * chore: fix bad merge * chore: move functions in response to PR comments * chore: move isNumber to utils.string
This commit is contained in:
@@ -237,7 +237,15 @@ const renamings = {
|
||||
runAfterPageLoad:
|
||||
{module: 'Blockly.Extensions', export: 'runAfterPageLoad'}
|
||||
}
|
||||
}
|
||||
},
|
||||
'Blockly': {
|
||||
exports: {
|
||||
svgSize: {module: 'Blockly.utils.svgMath'},
|
||||
resizeSvgContents: {module: 'Blockly.WorkspaecSvg'},
|
||||
defineBlocksWithJsonArray: {module: 'Blockly.common'},
|
||||
isNumber: {module: 'Blockly.utils.string'},
|
||||
},
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user