/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Finishes loading Blockly and exports it as this * module's default export. * * It is exported as the default export to avoid having to * re-export each property on Blockly individually, because you * can't do: * * export * from ; // SYNTAX ERROR * * You must use a