/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Complete helper functions for generating Dart for * blocks. This is the entrypoint for dart_compressed.js. * @suppress {extraRequire} */ 'use strict'; goog.module('Blockly.Dart.all'); goog.require('Blockly.Dart.colour'); goog.require('Blockly.Dart.lists'); goog.require('Blockly.Dart.logic'); goog.require('Blockly.Dart.loops'); goog.require('Blockly.Dart.math'); goog.require('Blockly.Dart.procedures'); goog.require('Blockly.Dart.texts'); goog.require('Blockly.Dart.variables'); goog.require('Blockly.Dart.variablesDynamic');