Lea Anthony
|
817952f3d0
|
[windows] Misc updates for feature parity
|
2021-09-19 17:14:06 +10:00 |
|
Lea Anthony
|
6ade38e0ff
|
[windows] Fix build assets, use 512x512 icon
|
2021-09-03 20:34:14 +10:00 |
|
Lea Anthony
|
3ac1dcc8d9
|
[windows-x] Use winres for processing manifest + icon
|
2021-08-15 20:16:14 +10:00 |
|
Lea Anthony
|
8be2a39daf
|
[windows] Generate syso file for windows builds
|
2021-05-17 19:51:43 +10:00 |
|
Lea Anthony
|
e9deb248f9
|
Move assets -> build dir. Bundle assets in CLI binary.
|
2021-05-13 20:12:19 +10: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 |
|