You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: makefile
+3
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ test: lint
11
11
go test ./...
12
12
go run example/example.go
13
13
tsc browser_test/example_output.ts
14
+
# Make sure dommandline tool works:
15
+
go run tscriptify/main.go -package github.com/tkrajina/typescriptify-golang-structs/example/models -target tmp_classes.ts example/models/example_models.go
16
+
go run tscriptify/main.go -package github.com/tkrajina/typescriptify-golang-structs/example/models -target tmp_interfaces.ts -interface example/models/example_models.go
0 commit comments