mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Reorder requires
This commit is contained in:
@@ -16,13 +16,13 @@ goog.module.declareLegacyNamespace();
|
||||
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
const Block = goog.requireType('Blockly.Block');
|
||||
const common = goog.require('Blockly.common');
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
const Names = goog.requireType('Blockly.Names');
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
const Workspace = goog.requireType('Blockly.Workspace');
|
||||
const internalConstants = goog.require('Blockly.internalConstants');
|
||||
const common = goog.require('Blockly.common');
|
||||
const deprecation = goog.require('Blockly.utils.deprecation');
|
||||
const internalConstants = goog.require('Blockly.internalConstants');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user