mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:31:54 +08:00
![]() * 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> |
||
---|---|---|
.. | ||
collect | ||
config | ||
render | ||
testcases | ||
testdata | ||
.gitignore | ||
analyse_test.go | ||
analyse.go | ||
constants_test.go | ||
constants.go | ||
errors.go | ||
generate_test.go | ||
generate.go | ||
includes.go | ||
index.go | ||
load.go | ||
models.go | ||
README.md | ||
service.go | ||
Taskfile.yaml | ||
typedefs.go |
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