5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 01:00:21 +08:00
wails/v3/internal/generator
2025-02-28 01:33:00 +01:00
..
collect [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
config [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
render Fix creation function types 2025-02-26 16:57:16 +01:00
testcases [v3] Binding generator tests for Go 1.24 features (#4068) 2025-02-28 07:21:51 +11:00
testdata Test data updates 2025-02-28 01:33:00 +01:00
.gitignore [v3] Fix binding generator bugs and prepare for Go 1.24 (#4045) 2025-02-09 09:44:34 +11: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 and prepare for Go 1.24 (#4045) 2025-02-09 09:44:34 +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] Fix binding generator bugs and prepare for Go 1.24 (#4045) 2025-02-09 09:44:34 +11:00
generate.go [v3] Fix binding generator bugs and prepare for Go 1.24 (#4045) 2025-02-09 09:44:34 +11:00
includes.go [v3] Fix binding generator bugs and prepare for Go 1.24 (#4045) 2025-02-09 09:44:34 +11:00
index.go [v3] Fix binding generator bugs and prepare for Go 1.24 (#4045) 2025-02-09 09:44:34 +11:00
load.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
models.go [v3] Fix binding generator bugs and prepare for Go 1.24 (#4045) 2025-02-09 09:44:34 +11:00
README.md [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
service.go [v3] Fix binding generator bugs and prepare for Go 1.24 (#4045) 2025-02-09 09:44:34 +11:00
Taskfile.yaml [v3] Fix binding generator bugs and prepare for Go 1.24 (#4045) 2025-02-09 09:44:34 +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