mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 15:15:51 +01:00
Use NullLogger instead of DefaultPtermLogger during tests to prevent console output. Warnings are still written to warnings.log for comparison. This prevents GitHub Actions Go problem matcher from treating any warning-like output as errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| collect | ||
| config | ||
| render | ||
| testcases | ||
| testdata | ||
| .gitignore | ||
| analyse.go | ||
| analyse_test.go | ||
| constants.go | ||
| constants_test.go | ||
| errors.go | ||
| events.go | ||
| generate.go | ||
| generate_test.go | ||
| includes.go | ||
| index.go | ||
| load.go | ||
| models.go | ||
| README.md | ||
| service.go | ||
| Taskfile.yaml | ||
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