v1.3.1: improve TypeScript client reliability

This commit is contained in:
2026-08-21 15:06:11 +08:00
parent 503d0904d5
commit eb290cc88c
9 changed files with 1024 additions and 65 deletions
+1
View File
@@ -93,6 +93,7 @@ func TestCheckDtoRequired(t *testing.T) {
}
func TestGenCode(t *testing.T) {
isolateGeneratorGlobals(t)
GetFun().BindService(&TestSvc{})
SetOutput(t.TempDir())
GenCode(GenGo{}, GenTs{})