/** * @license * Copyright 2019 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Blockly core module for the browser. It includes blockly.js * and adds a helper method for setting the locale. */ /* eslint-disable */ 'use strict';