5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 00:51:49 +08:00
wails/v3/internal/generator
Lea Anthony 4386f5fcb2
# Conflicts:
#	mkdocs-website/docs/en/changelog.md
2024-09-18 05:55:49 +10:00
..
collect [V3] Plugins implemenations (#3570) 2024-09-01 17:26:22 +10:00
config [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
render [v3] Enforce stricter typing for generated bindings (#3498) 2024-05-19 23:28:45 +10:00
testcases # Conflicts: 2024-09-18 05:55:49 +10:00
testdata [v3] Enforce stricter typing for generated bindings (#3498) 2024-05-19 23:28:45 +10:00
.gitignore [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
analyse_test.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
analyse.go [V3] Plugins implemenations (#3570) 2024-09-01 17:26:22 +10: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] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
generate_test.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
generate.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
includes.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10: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] New binding generator (#3468) 2024-05-19 20:40:44 +10: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] New binding generator (#3468) 2024-05-19 20:40:44 +10: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