5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 01:31:54 +08:00
wails/v3/internal/generator
Fabio Massaioli 16ce1d3448
[v3] Service API cleanup and comments (#4024)
* Gather and document service API

* Update changelog

* Add NewServiceWithOptions

* Revert static analyser change

* Remove infinite loop in NewService[WithOptions]

* Fix compiler warning in bindings command

* Add test for NewServiceWithOptions

* Update changelog

* Fix service example

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2025-01-23 10:53:48 +00:00
..
collect [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00
config [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
render [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00
testcases [v3] Service API cleanup and comments (#4024) 2025-01-23 10:53:48 +00:00
testdata [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00
.gitignore [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
analyse_test.go [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00
analyse.go [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00
constants_test.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
constants.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
errors.go [v3] Service API cleanup and comments (#4024) 2025-01-23 10:53:48 +00:00
generate_test.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
generate.go [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00
includes.go [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00
index.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
load.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
models.go [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00
README.md [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
service.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
Taskfile.yaml [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00
typedefs.go [v3] Fix binding generator bugs (#4001) 2025-01-17 18:56:07 +11:00

Generator

This package contains the static analyser used for parsing Wails projects so that we may:

  • Generate the bindings for the frontend
  • Generate Typescript definitions for the structs used by the bindings