glencoco

Results 4 comments of glencoco

I'm not against this but it cannot use the global scope for caching, since you can inject your own schema and texture's _can differ_.

I don't want to introduce any breaking changes as of currently, so this improvement will need to wait until rewrite.

I've thought about this and if I added those outputs it would introduce breaking changes, which I would like to avoid until I decide to rewrite the library.

Hey, these issues are related to schema [implementation](https://github.com/danocmx/node-tf2-item-format/blob/master/src/static/schema.ts). That's why [you can implement](https://github.com/danocmx/node-tf2-item-format/blob/master/src/types/schema.ts#L9-L28) it on your own to fix these issues, `tf2-item-format/static` part is not meant for production applications, but...