mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
refactor: Rename Blockly.connectionTypes to Blockly.ConnectionType (#5407)
* Renamed Blockly.connectionTypes to Blockly.ConnectionType * Renamed core/connection_types.js to connection_type.js * Add entry to renamings.js for renaming of Blockly.connectionTypes Co-authored-by: Christopher Allen <cpcallen+git@google.com>
This commit is contained in:
@@ -114,6 +114,9 @@ const renamings = {
|
||||
DIV: {get: 'getDiv'},
|
||||
},
|
||||
},
|
||||
'Blockly.connectionTypes': {
|
||||
module: 'Blockly.ConnectionType',
|
||||
},
|
||||
'Blockly.utils': {
|
||||
exports: {
|
||||
genUid: {module: 'Blockly.utils.idGenerator'},
|
||||
|
||||
Reference in New Issue
Block a user