mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 20:21:01 +08:00
![]() Before that fix: The method... ```go func (h *Handler) RespondToInteraction(interaction interactor.Interaction) {} ``` ... would generate... ```ts export function RespondToInteraction(arg1:number):Promise<Error>; ``` ... because the `interaction` package starts with `int` and anything starting with `int` is interpreted as `number`. |
||
---|---|---|
.. | ||
binding_test_import | ||
binding_conflicting_package_name_test.go | ||
binding_escapedname_test.go | ||
binding_importedmap_test.go | ||
binding_importedslice_test.go | ||
binding_importedstruct_test.go | ||
binding_nestedfield_test.go | ||
binding_nonstringmapkey_test.go | ||
binding_singlefield_test.go | ||
binding_test.go |