mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3] Fix binding generator output and import paths (#3334)
* Fix relative import path computation * Fix models output path * Add option to generate bindings using bundled runtime * Update binding example * Fix testdata * Update changelog --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
co-authored by
Lea Anthony
parent
f0986a6441
commit
45b2681dfc
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
import {Call} from '@wailsio/runtime';
|
||||
|
||||
/**
|
||||
* Greet someone
|
||||
* Greet someone
|
||||
* @function Greet
|
||||
* @param name {string}
|
||||
* @returns {Promise<string>}
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
import {Call} from '@wailsio/runtime';
|
||||
|
||||
/**
|
||||
* Greet someone
|
||||
* Greet someone
|
||||
* @function Greet
|
||||
* @param name {string}
|
||||
* @returns {Promise<string>}
|
||||
|
||||
Reference in New Issue
Block a user