mirror of
https://github.com/demostf/demo.js
synced 2026-06-03 16:44:12 +02:00
strict game event types
This commit is contained in:
parent
b3e69f1af4
commit
a7911f2d3d
11 changed files with 3925 additions and 96 deletions
4
Makefile
4
Makefile
|
|
@ -25,3 +25,7 @@ unit: node_modules
|
|||
.PHONY: lint
|
||||
lint: node_modules
|
||||
node_modules/.bin/tslint -p tsconfig.json
|
||||
|
||||
.PHONY: src/Data/GameEventTypes.ts
|
||||
src/Data/GameEventTypes.ts:
|
||||
node bin/analyse.js --create-event-definitions src/tests/data/celt.dem > src/Data/GameEventTypes.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue