Add sourcemaps (#3872)

* Update build scripts to produce source maps
This commit is contained in:
Sam El-Husseini
2020-05-01 10:10:23 -07:00
committed by GitHub
parent f4fc455f83
commit 43c2a0e85c
30 changed files with 665 additions and 216 deletions

14
package/python.js Normal file
View File

@@ -0,0 +1,14 @@
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Python Generator module.
*/
/* eslint-disable */
'use strict';
Blockly.Python = BlocklyPython;