mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Move package to scripts/package (#4045)
This commit is contained in:
14
scripts/package/javascript.js
Normal file
14
scripts/package/javascript.js
Normal 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;
|
||||
Reference in New Issue
Block a user