mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
* enumsort: enumsort * enumsort: update changelog * Add tests for enum ordering fix Tests added: - EnumOrderingTest: Verifies multiple enums are output in alphabetical order - EnumElementOrderingTest: Verifies enum elements are sorted by TSName - TSNameEnumElementOrderingTest: Verifies TSName() interface enums are also sorted 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| binding_test_import | ||
| binding_anonymous_sub_struct_multi_level_test.go | ||
| binding_anonymous_sub_struct_test.go | ||
| binding_conflicting_package_name_test.go | ||
| binding_deepelements_test.go | ||
| binding_emptystruct_test.go | ||
| binding_enum_ordering_test.go | ||
| binding_escapedname_test.go | ||
| binding_generics_test.go | ||
| binding_ignored_test.go | ||
| binding_importedenum_test.go | ||
| binding_importedmap_test.go | ||
| binding_importedslice_test.go | ||
| binding_importedstruct_test.go | ||
| binding_multiplestructs_test.go | ||
| binding_nestedfield_test.go | ||
| binding_nonstringmapkey_test.go | ||
| binding_notags_test.go | ||
| binding_returned_promises_test.go | ||
| binding_singlefield_test.go | ||
| binding_structwithoutfields_test.go | ||
| binding_test.go | ||
| binding_tsgeneration_test.go | ||
| binding_type_alias_test.go | ||
| binding_variablespecialcharacter_test.go | ||