Files
blockly/package/lua.js
Sam El-Husseini 43c2a0e85c Add sourcemaps (#3872)
* Update build scripts to produce source maps
2020-05-01 10:10:23 -07:00

15 lines
199 B
JavaScript

/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Lua Generator module.
*/
/* eslint-disable */
'use strict';
Blockly.Lua = BlocklyLua;