We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using TypeScript in Freeciv-web JavaScript client. https://www.typescriptlang.org/
Modify generate_js_hand.py to generate TypeScript class definitions: https://github.com/freeciv/freeciv-web/blob/develop/scripts/generate_js_hand/generate_js_hand.py
Use class definitions in JavaScript code, for example objects of Units, Cities, Techs.
Update build system to compile the TypeScript, for example TypeScript Maven Plugin: https://github.com/ppedregal/typescript-maven-plugin Or use an node.js based solution.
https://stackoverflow.com/questions/15363246/how-to-use-coffeescript-together-with-google-closure
Help wanted with this.
The text was updated successfully, but these errors were encountered:
In response to the final link: Please ignore coffeescript, in favor of typescript
Sorry, something went wrong.
No branches or pull requests
Consider using TypeScript in Freeciv-web JavaScript client.
https://www.typescriptlang.org/
Modify generate_js_hand.py to generate TypeScript class definitions:
https://github.com/freeciv/freeciv-web/blob/develop/scripts/generate_js_hand/generate_js_hand.py
Use class definitions in JavaScript code, for example objects of Units, Cities, Techs.
Update build system to compile the TypeScript, for example TypeScript Maven Plugin:
https://github.com/ppedregal/typescript-maven-plugin
Or use an node.js based solution.
https://stackoverflow.com/questions/15363246/how-to-use-coffeescript-together-with-google-closure
Help wanted with this.
The text was updated successfully, but these errors were encountered: