5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 11:10:47 +08:00
wails/v2/internal/app
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
..
app_bindings.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
app_debug_not.go Refactor app (#1909) 2022-09-29 18:43:35 +10:00
app_debug.go Refactor app (#1909) 2022-09-29 18:43:35 +10:00
app_default_unix.go Refactor app (#1909) 2022-09-29 18:43:35 +10:00
app_default_windows.go Refactor app (#1909) 2022-09-29 18:43:35 +10:00
app_dev.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
app_devtools_not.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
app_devtools.go [v2] Refactor devtools (better naming to remove confusion) (#2921) 2023-09-19 20:56:49 +10:00
app_obfuscated_not.go Refactor app (#1909) 2022-09-29 18:43:35 +10:00
app_obfuscated.go Add garble support (#1793) 2022-09-13 10:05:37 +10:00
app_preflight_unix.go Refactor app (#1909) 2022-09-29 18:43:35 +10:00
app_preflight_windows.go Refactor app (#1909) 2022-09-29 18:43:35 +10:00
app_production.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
app.go [v2] Refactor devtools (better naming to remove confusion) (#2921) 2023-09-19 20:56:49 +10:00