chore: Remove Blockly.utils.global (#6120)

The Closure Compiler creates globalThis as a pollyfill.
This commit is contained in:
Neil Fraser
2022-04-28 12:39:52 -07:00
committed by GitHub
parent 739e5c9e0e
commit b7cd2e187b
14 changed files with 15 additions and 76 deletions

View File

@@ -18,7 +18,6 @@ const objectUtils = goog.require('Blockly.utils.object');
const stringUtils = goog.require('Blockly.utils.string');
const {Block} = goog.requireType('Blockly.Block');
const {Generator} = goog.require('Blockly.Generator');
const {globalThis} = goog.require('Blockly.utils.global');
const {inputTypes} = goog.require('Blockly.inputTypes');
const {Names, NameType} = goog.require('Blockly.Names');
const {Workspace} = goog.requireType('Blockly.Workspace');