Add extra requires check (#4677)

* Add extra requires check
This commit is contained in:
Sam El-Husseini
2021-03-05 09:50:51 -08:00
committed by GitHub
parent ef8a5a1fe1
commit 63d26dc186
78 changed files with 140 additions and 135 deletions

View File

@@ -13,7 +13,9 @@
goog.provide('Blockly.VariableMap');
goog.require('Blockly.Events');
/** @suppress {extraRequire} */
goog.require('Blockly.Events.VarDelete');
/** @suppress {extraRequire} */
goog.require('Blockly.Events.VarRename');
goog.require('Blockly.Msg');
goog.require('Blockly.utils');