mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
* Add missing requires for Blockly.utils.* - Blockly.utils.svgPaths in core/rendered_connection.js - Blockly.utils.colour in core/toolbox/category.js - Blockly.utils.KeyCodes in core/toolbox/toolbox.js * Migrate core/utils.js to ES6 const/let * Migrate core/utils.js to goog.module * Migrate core/utils.js named requires * clang-format core/utils.js