/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as libraryBlocks from './blocks'; // Handcrafted file. export * from './core/blockly'; export {libraryBlocks}; export const JavaScript: any;