mirror of
https://github.com/google/blockly.git
synced 2026-06-16 08:05:13 +02:00
fix: generator type declarations (#6412)
* fix: generator type declarations * chore: remove accidental file overview
This commit is contained in:
Vendored
+1
-2
@@ -4,5 +4,4 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
declare const dart: any;
|
||||
export = dart;
|
||||
export declare const dartGenerator: any;
|
||||
|
||||
Vendored
+1
-2
@@ -4,5 +4,4 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
declare const javascript: any;
|
||||
export = javascript;
|
||||
export declare const javascriptGenerator: any;
|
||||
|
||||
Vendored
+1
-2
@@ -4,5 +4,4 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
declare const lua: any;
|
||||
export = lua;
|
||||
export declare const luaGenerator: any;
|
||||
|
||||
Vendored
+1
-2
@@ -4,5 +4,4 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
declare const php: any;
|
||||
export = php;
|
||||
export declare const phpGenerator: any;
|
||||
|
||||
Vendored
+1
-2
@@ -4,5 +4,4 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
declare const python: any;
|
||||
export = python;
|
||||
export declare const pythonGenerator: any;
|
||||
|
||||
Reference in New Issue
Block a user