mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 20:51:38 +08:00
added export
This commit is contained in:
parent
02ea108bea
commit
1e4af8991b
@ -129,7 +129,7 @@ func (b *Bindings) GenerateBackendTS(targetfile string) error {
|
||||
store := b.db.store
|
||||
var output bytes.Buffer
|
||||
|
||||
output.WriteString("interface go {\n")
|
||||
output.WriteString("export interface go {\n")
|
||||
|
||||
var sortedPackageNames slicer.StringSlicer
|
||||
for packageName := range store {
|
||||
|
Loading…
Reference in New Issue
Block a user