5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 07:52:12 +08:00
wails/v2/internal/binding/binding_test
Andrey Pshenkin b9de31e38e
Add support for interface generation and enums (#3047)
* Add support to output ts models as interfaces

* Add support to generate enums from golang

* cleanup logs

* add missing documentation

* fix package names for enum. Fix processing enums that are in separate packages

* revert golang 1.21

* Fix spelling

* Add support for simplified version of Enum for typescriptify

* update docs

* removed unused logs

* Add tests. Fix imported enums types in models

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2023-11-26 06:50:49 +11:00
..
binding_test_import Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_anonymous_sub_struct_multi_level_test.go Fix issue with anonymous structures (#2186) 2022-12-20 22:54:11 +11:00
binding_anonymous_sub_struct_test.go Fix issue with anonymous structures (#2186) 2022-12-20 22:54:11 +11:00
binding_conflicting_package_name_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_emptystruct_test.go Fix issue with anonymous structures (#2186) 2022-12-20 22:54:11 +11:00
binding_escapedname_test.go Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
binding_importedenum_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_importedmap_test.go Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
binding_importedslice_test.go Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
binding_importedstruct_test.go Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
binding_multiplestructs_test.go Sort structs in models.ts. Fixes #1958 (#1961) 2022-10-14 07:50:22 +11:00
binding_nestedfield_test.go Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
binding_nonstringmapkey_test.go Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
binding_returned_promises_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_singlefield_test.go Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
binding_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_tsgeneration_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding_type_alias_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00