mirror of
https://github.com/google/blockly.git
synced 2026-03-09 14:50:09 +01:00
fix: generator type declarations (#6412)
* fix: generator type declarations * chore: remove accidental file overview
This commit is contained in:
3
typings/dart.d.ts
vendored
3
typings/dart.d.ts
vendored
@@ -4,5 +4,4 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
declare const dart: any;
|
||||
export = dart;
|
||||
export declare const dartGenerator: any;
|
||||
|
||||
3
typings/javascript.d.ts
vendored
3
typings/javascript.d.ts
vendored
@@ -4,5 +4,4 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
declare const javascript: any;
|
||||
export = javascript;
|
||||
export declare const javascriptGenerator: any;
|
||||
|
||||
3
typings/lua.d.ts
vendored
3
typings/lua.d.ts
vendored
@@ -4,5 +4,4 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
declare const lua: any;
|
||||
export = lua;
|
||||
export declare const luaGenerator: any;
|
||||
|
||||
3
typings/php.d.ts
vendored
3
typings/php.d.ts
vendored
@@ -4,5 +4,4 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
declare const php: any;
|
||||
export = php;
|
||||
export declare const phpGenerator: any;
|
||||
|
||||
3
typings/python.d.ts
vendored
3
typings/python.d.ts
vendored
@@ -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