Skip to content

Commit

Permalink
fix: generator type declarations (google#6412)
Browse files Browse the repository at this point in the history
* fix: generator type declarations

* chore: remove accidental file overview
  • Loading branch information
BeksOmega authored Sep 17, 2022
1 parent c2cbed1 commit b2fa356
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions typings/dart.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/

declare const dart: any;
export = dart;
export declare const dartGenerator: any;
3 changes: 1 addition & 2 deletions typings/javascript.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/

declare const javascript: any;
export = javascript;
export declare const javascriptGenerator: any;
3 changes: 1 addition & 2 deletions typings/lua.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/

declare const lua: any;
export = lua;
export declare const luaGenerator: any;
3 changes: 1 addition & 2 deletions typings/php.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/

declare const php: any;
export = php;
export declare const phpGenerator: any;
3 changes: 1 addition & 2 deletions typings/python.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/

declare const python: any;
export = python;
export declare const pythonGenerator: any;

0 comments on commit b2fa356

Please sign in to comment.