5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-10 22:19:46 +08:00
wails/v2/internal
Valentin Trinqué 2a20049ea7
fix: Prevent type parsing to interfere with package name in typescript generation (#1942)
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`.
2022-10-10 23:50:55 +11:00
..
app Add WindowExecJS method (#1927) 2022-10-05 08:44:23 +11:00
binding fix: Prevent type parsing to interfere with package name in typescript generation (#1942) 2022-10-10 23:50:55 +11:00
colour Gimme some colour 2021-02-20 15:14:20 +11:00
frontend Add WindowExecJS method (#1927) 2022-10-05 08:44:23 +11:00
fs Fix: Set file permissions for generated files (#1763) 2022-08-18 20:07:18 +10:00
github v2.0.0-rc.1 (#1846) 2022-09-13 11:47:13 +10:00
go-common-file-dialog Move go-common-file-dialog into project. Fix Title bug. 2022-06-01 21:00:52 +10:00
gomod Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
goversion [cli] Add check for minimum required go version (#1853) 2022-09-15 07:28:28 +10:00
logger [windows-x] Huge updates to devmode, runtime, build command. 2021-08-22 23:05:22 +10:00
menumanager Add BackgroundColour and deprecate RGBA (#1475) 2022-06-21 19:47:05 +10:00
process [v2] Fix killing dev command on Windows 2021-10-03 22:19:40 +11:00
project Add garble support (#1793) 2022-09-13 10:05:37 +10:00
s Update Svelte to Vite 3 (#1643) 2022-07-24 20:20:02 +10:00
shell Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
signal Better signal handling (#1488) 2022-06-25 09:26:17 +10:00
system [v2, darwin] Use kern.osversion for os id in doctor (#1673) 2022-07-29 05:43:48 +10:00
typescriptify Fix binding generation special cases (#1902) 2022-10-01 15:49:51 +10:00
webview2runtime [v2] NSIS installer support for Windows (#1184) 2022-03-02 19:44:31 +11:00
wv2installer Feature: set browser path (#1448) 2022-06-25 07:49:00 +10:00