mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01: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
28 lines
542 B
Text
28 lines
542 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
examples/**/example*
|
|
!examples/**/*.*
|
|
cmd/wails/wails
|
|
.DS_Store
|
|
tmp
|
|
node_modules/
|
|
package.json.md5
|
|
v2/test/**/frontend/dist
|
|
v2/test/**/build/
|
|
v2/test/frameless/icon.png
|
|
v2/test/hidden/icon.png
|
|
v2/internal/ffenestri/runtime.c
|
|
v2/internal/runtime/assets/desktop.js
|
|
v2/test/kitchensink/frontend/public/bundle.*
|
|
v2/pkg/parser/testproject/frontend/wails
|