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:
Himanshu
2021-09-24 17:15:10 +05:30
committed by GitHub
parent de330c8874
commit 3629ed5f65
22 changed files with 137 additions and 131 deletions

View File

@@ -114,6 +114,9 @@ const renamings = {
DIV: {get: 'getDiv'},
},
},
'Blockly.connectionTypes': {
module: 'Blockly.ConnectionType',
},
'Blockly.utils': {
exports: {
genUid: {module: 'Blockly.utils.idGenerator'},