phaser/scripts/tsgen
2020-07-14 09:45:19 +01:00
..
bin Updated tsgen test 2020-07-14 09:45:19 +01:00
jsdoc-plugins Added in the TypeScript defs generator to the main repo 2019-05-08 23:23:57 +01:00
src Parser now includes Matter defs and AlphaSingle component 2020-01-13 13:29:15 +00:00
test Updated tsgen test 2020-07-14 09:45:19 +01:00
jsdoc-tsd.conf.json Updated TS parser 2019-05-09 15:33:26 +01:00
README.md Updated Parser and README 2019-05-10 16:05:20 +01:00
tsconfig.json Added in the TypeScript defs generator to the main repo 2019-05-08 23:23:57 +01:00

TypeScript Defs Generation Tool

The TypeScript defs generation tool is called tsgen and is written in TypeScript. Build it by running npm run build-tsgen. This will compile the parser locally.

You can then run npm run tsgen to build the actual defs. They will replace the file located in the root types folder. Once the parser is built you only need use this command. Use it to re-generate the defs if you have modified the Phaser source code and wish to test your change worked.

There is also a test script available: npm run test-ts which will compile a test TypeScript project and output any compilation errors to output.txt.