Move package to scripts/package (#4045)

This commit is contained in:
Sam El-Husseini
2020-07-14 16:31:53 -07:00
committed by GitHub
parent 55e6f8000e
commit 25821c888d
17 changed files with 19 additions and 20 deletions

View File

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