wc3ts / wc3-ts-declarations

Home Page:https://wc3ts.github.io/wc3-ts-declarations/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warcraft 3 Typescript Definitions

Installation:

  1. npm install --save wc3-ts-definitions

Development:

  1. Run npm install
  2. Run npm run build
  3. Definitions will be written to ./dist/wc3.d.ts

Features:

  • Enums for constants
  • Includes blizzards original comments and additional handwritten documentation

TODO

  • File paths (to common.j and Blizzard.j and "outPath") are currently hardcoded
  • Publish to npm
  • TypeDoc website generated form declarations hosted on org github page
  • Optimization and cleanup
  • (low priority) use a grammer instead of the giant regexes

About

https://wc3ts.github.io/wc3-ts-declarations/

License:Other


Languages

Language:Objective-J 98.8%Language:TypeScript 1.2%