mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +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
@@ -13,7 +13,6 @@
|
||||
goog.module('Blockly.InsertionMarkerManager');
|
||||
|
||||
const ComponentManager = goog.require('Blockly.ComponentManager');
|
||||
const ConnectionType = goog.require('Blockly.ConnectionType');
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
const Coordinate = goog.requireType('Blockly.utils.Coordinate');
|
||||
const Events = goog.require('Blockly.Events');
|
||||
@@ -31,6 +30,7 @@ const constants = goog.require('Blockly.constants');
|
||||
const internalConstants = goog.require('Blockly.internalConstants');
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
const {BlockSvg} = goog.requireType('Blockly.BlockSvg');
|
||||
const {ConnectionType} = goog.require('Blockly.ConnectionType');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user