chore: Remove declareLegacyNamespace() from files in core (#5525)

* chore: Remove declareLegacyNamespace() from files in core

* fix: Update missing/errant re-exports in blockly.js
This commit is contained in:
Aaron Dodson
2021-09-23 14:48:52 -07:00
committed by GitHub
parent 9f09d50df4
commit e0693a65d2
77 changed files with 147 additions and 90 deletions

View File

@@ -15,7 +15,6 @@
* @namespace
*/
goog.module('Blockly.Variables');
goog.module.declareLegacyNamespace();
const Blocks = goog.require('Blockly.Blocks');
const Msg = goog.require('Blockly.Msg');