5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 08:41:41 +08:00
wails/v2/internal/binding
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 Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
boundMethod.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
db.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
generate_test.go Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
generate.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
parameter.go Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
reflect.go [chore] lint fixes 2023-11-12 12:30:49 +11:00