Lea Anthony
|
febd867fa7
|
Merge branch 'feature/v2-mac' into v2-alpha
# Conflicts:
# v2/cmd/wails/internal/commands/build/build.go
# v2/cmd/wails/internal/commands/dev/dev.go
# v2/cmd/wails/internal/commands/doctor/doctor.go
# v2/cmd/wails/internal/commands/initialise/initialise.go
# v2/cmd/wails/main.go
# v2/go.mod
# v2/go.sum
# v2/internal/app/default.go
# v2/internal/app/desktop.go
# v2/internal/app/hybrid.go
# v2/internal/app/server.go
# v2/internal/binding/binding.go
# v2/internal/binding/boundMethod.go
# v2/internal/binding/db.go
# v2/internal/binding/reflect.go
# v2/internal/ffenestri/ffenestri.go
# v2/internal/ffenestri/ffenestri.h
# v2/internal/ffenestri/ffenestri_client.go
# v2/internal/ffenestri/ffenestri_linux.c
# v2/internal/fs/fs.go
# v2/internal/html/asset.go
# v2/internal/html/assetbundle.go
# v2/internal/logger/custom_logger.go
# v2/internal/logger/default_logger.go
# v2/internal/messagedispatcher/dispatchclient.go
# v2/internal/messagedispatcher/message/call.go
# v2/internal/messagedispatcher/message/event.go
# v2/internal/messagedispatcher/message/log.go
# v2/internal/messagedispatcher/message/messageparser.go
# v2/internal/messagedispatcher/message/runtime.go
# v2/internal/messagedispatcher/message/window.go
# v2/internal/messagedispatcher/messagedispatcher.go
# v2/internal/parse/parse.go
# v2/internal/process/process.go
# v2/internal/project/project.go
# v2/internal/runtime/js/core/bindings.js
# v2/internal/runtime/js/core/browser.js
# v2/internal/runtime/js/core/calls.js
# v2/internal/runtime/js/core/desktop.js
# v2/internal/runtime/js/core/events.js
# v2/internal/runtime/js/core/log.js
# v2/internal/runtime/js/core/main.js
# v2/internal/runtime/js/core/utils.js
# v2/internal/runtime/js/desktop/linux.js
# v2/internal/runtime/js/package-lock.json
# v2/internal/runtime/js/package.json
# v2/internal/runtime/js/package.json.md5
# v2/internal/runtime/js/runtime/.npmignore
# v2/internal/runtime/js/runtime/README.md
# v2/internal/runtime/js/runtime/browser.js
# v2/internal/runtime/js/runtime/events.js
# v2/internal/runtime/js/runtime/init.js
# v2/internal/runtime/js/runtime/log.js
# v2/internal/runtime/js/runtime/main.js
# v2/internal/runtime/js/runtime/package.json
# v2/internal/runtime/js/runtime/runtime.d.ts
# v2/internal/runtime/js/webpack.desktop.js
# v2/internal/servicebus/servicebus.go
# v2/internal/signal/signal.go
# v2/internal/subsystem/binding.go
# v2/internal/subsystem/call.go
# v2/internal/subsystem/event.go
# v2/internal/subsystem/log.go
# v2/internal/subsystem/runtime.go
# v2/internal/system/packagemanager/packagemanager.go
# v2/internal/system/system_windows.go
# v2/internal/templates/templates.go
# v2/internal/templates/templates/svelte-mui/basic.tmpl.go
# v2/internal/templates/templates/svelte-mui/frontend/package.json
# v2/internal/templates/templates/svelte-mui/main.tmpl.go
# v2/internal/templates/templates/vanilla/basic.tmpl.go
# v2/internal/templates/templates/vanilla/frontend/index.html
# v2/internal/templates/templates/vanilla/frontend/main.css
# v2/internal/templates/templates/vanilla/main.tmpl.go
# v2/internal/templates/templates/vanilla/wails.tmpl.json
# v2/internal/templates/templates/vuetify2-basic/basic.tmpl.go
# v2/internal/templates/templates/vuetify2-basic/main.tmpl.go
# v2/internal/templates/templates/vuetify2-basic/wails.tmpl.json
# v2/internal/webserver/websockets.go
# v2/pkg/commands/build/base.go
# v2/pkg/commands/build/build.go
# v2/pkg/commands/build/builder.go
# v2/pkg/commands/build/desktop.go
# v2/pkg/commands/build/hybrid.go
# v2/pkg/commands/build/packager.go
# v2/pkg/commands/build/packager_linux.go
# v2/pkg/commands/build/server.go
# v2/test/disable-resize/basic.go
# v2/test/disable-resize/main.go
# v2/test/frameless/basic.go
# v2/test/frameless/main.go
# v2/test/hidden/basic.go
# v2/test/hidden/main.go
# v2/test/minmax/basic.go
# v2/test/minmax/main.go
# v2/test/runtime/calc.go
# v2/test/runtime/frontend/package-lock.json
# v2/test/runtime/frontend/src/assets/css/main.css
# v2/test/runtime/frontend/src/index.html
# v2/test/runtime/frontend/src/main.js
# v2/test/runtime/main.go
# v2/test/runtime/runtime.go
# v2/wails.go
|
2021-03-20 15:06:17 +11:00 |
|
Lea Anthony
|
02ef02ec9e
|
Support wails doctor for Mac
|
2020-12-30 00:18:59 +11:00 |
|
Lea Anthony
|
62374b9b53
|
Js package generation (#554)
* 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
|
2020-11-15 09:25:38 +11:00 |
|
Lea Anthony
|
852bbd148c
|
Get it compiling
|
2020-09-15 19:55:50 -05:00 |
|
Travis McLane
|
c158fd369a
|
Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2'
|
2020-09-15 19:52:54 -05:00 |
|
Lea Anthony
|
19d59bef51
|
Update module path
|
2020-09-02 10:36:03 -05:00 |
|
Travis McLane
|
bdcb2fe810
|
Merge commit '25a157e6614739fbd4df1da3d11d46afe72ae9a8' as 'v2'
|
2020-09-01 19:34:51 -05:00 |
|