mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[v2] Remove export in experimental TS generation for bindings
This commit is contained in:
@@ -194,7 +194,7 @@ declare global {
|
||||
go: go;
|
||||
}
|
||||
}
|
||||
export {};`
|
||||
`
|
||||
output.WriteString(globals)
|
||||
return os.WriteFile(targetfile, output.Bytes(), 0755)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user