refactor: Migrate Blockly.ConnectionType to named exports (#5533)

* refactor: Migrate Blockly.ConnectionType to named exports
* Add corresponding information to renamings.js
This commit is contained in:
Christopher Allen
2021-09-24 17:38:08 +01:00
committed by GitHub
parent 757878c646
commit 8ab8536739
22 changed files with 22 additions and 661 deletions

View File

@@ -116,6 +116,8 @@ const renamings = {
},
'Blockly.connectionTypes': {
module: 'Blockly.ConnectionType',
export: 'ConnectionType', // Previous default export now named.
path: 'Blockly.ConnectionType', // Type reexported directly.
},
'Blockly.utils': {
exports: {