mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
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:
committed by
GitHub
parent
757878c646
commit
8ab8536739
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user