mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 13:19:00 -07:00
* WIP
* Generation of index.js
* Add RelativeToCwd
* Add JSDoc comments
* Convert to ES6 syntax
* Fix typo
* Initial generation of typescript declarations
* Typescript improvements
* Improved @returns jsdoc
* Improved declaration files
* Simplified output
* Rename file
* Tidy up
* Revert "Simplified output"
This reverts commit 15cdf7382b.
* Now parsing actual code
* Support Array types
* Reimagined parser
* Wrap parsing in Parser
* Rewritten module generator (TS Only)
* Final touches
* Slight refactor to improve output
* Struct comments. External struct literal binding
* Reworked project parser *working*
* remove debug info
* Refactor of parser
* remove the spew
* Better Ts support
* Better project generation logic
* Support local functions in bind()
* JS Object generation. Linting.
* Support json tags in module generation
* Updated mod files
* Support vscode file generation
* Better global.d.ts
* add ts-check to templates
* Support TS declaration files
* improved 'generate' command for module
27 lines
922 B
Modula-2
27 lines
922 B
Modula-2
module github.com/wailsapp/wails/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/fatih/structtag v1.2.0
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/imdario/mergo v0.3.11
|
|
github.com/leaanthony/clir v1.0.4
|
|
github.com/leaanthony/gosod v0.0.4
|
|
github.com/leaanthony/slicer v1.5.0
|
|
github.com/matryer/is v1.4.0
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/test v1.0.6 // indirect
|
|
github.com/xyproto/xpm v1.2.1
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202
|
|
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c
|
|
golang.org/x/tools v0.0.0-20200902012652-d1954cc86c82
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
|
nhooyr.io/websocket v1.8.6
|
|
)
|