Reordered core/connection_checker.js requires

This commit is contained in:
Aaron Dodson
2021-07-19 08:10:47 -07:00
parent 5b9505802e
commit bbdf5730f6

View File

@@ -15,10 +15,10 @@ goog.module('Blockly.ConnectionChecker');
goog.module.declareLegacyNamespace();
const Connection = goog.require('Blockly.Connection');
const connectionTypes = goog.require('Blockly.connectionTypes');
const IConnectionChecker = goog.require('Blockly.IConnectionChecker');
const registry = goog.require('Blockly.registry');
const RenderedConnection = goog.requireType('Blockly.RenderedConnection');
const connectionTypes = goog.require('Blockly.connectionTypes');
const registry = goog.require('Blockly.registry');
/** @suppress {extraRequire} */
goog.require('Blockly.constants');