colyseus / docs

Documentation for Colyseus
https://docs.colyseus.io
10 stars 72 forks source link

`schema-codegen` input fileName with wildcard #140

Closed yiming0 closed 1 year ago

yiming0 commented 1 year ago

follow the docs:

https://github.com/colyseus/docs/blob/aefbf8f162b01eb1c5d93fabff21daec26246fbb/docs/state/schema-callbacks.md#L326-L334

the codegen/parser dose not support wildcard yet:

https://github.com/colyseus/schema/blob/4b7410dd8f700ffc671af91802cac346de77bdf4/src/codegen/parser.ts#L228-L272